컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

접이식 모드 준비자

public class FoldableModePreparer
extends BaseTargetPreparer

java.lang.객체
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.suite.FoldableModePreparer


장치의 접을 수 있는 상태를 전환할 수 있는 대상 준비자입니다.

요약

공개 생성자

FoldableModePreparer ()
FoldableModePreparer (long stateIdentifier)

공개 메서드

void setUp (TestInformation testInformation)
void tearDown (TestInformation testInformation, Throwable e)

공개 생성자

접이식 모드 준비자

public FoldableModePreparer ()

접이식 모드 준비자

public FoldableModePreparer (long stateIdentifier)

매개변수
stateIdentifier long

공개 메서드

설정

public void setUp (TestInformation testInformation)

매개변수
testInformation TestInformation

던지다
BuildError
DeviceNotAvailableException
TargetSetupError

분해

public void tearDown (TestInformation testInformation, 
                Throwable e)

매개변수
testInformation TestInformation

e Throwable

던지다
DeviceNotAvailableException