빠른 부팅 명령 준비자

public final class FastbootCommandPreparer
extends BaseTargetPreparer

java.lang.Object의 클래스
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.FastbootCommandPreparer


빠른 부팅을 트리거하고 빠른 부팅 명령어를 전송하는 타겟 준비자입니다.

TODO(b/122592575): 이 준비자에 대한 테스트를 추가합니다.

요약

공개 생성자

FastbootCommandPreparer()

공개 메서드

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

공개 생성자

빠른 부팅 명령 준비자

public FastbootCommandPreparer ()

공개 메서드

설정

public void setUp (TestInformation testInformation)

매개변수
testInformation TestInformation

생성 값
BuildError
DeviceNotAvailableException
TargetSetupError

해체

public void tearDown (TestInformation testInformation, 
                Throwable e)

매개변수
testInformation TestInformation

e Throwable

생성 값
DeviceNotAvailableException