GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.GsiDeviceFlashPreparer


안드로이드 일반 시스템 이미지로 장치를 플래시하는 대상 준비자입니다. 자세한 내용은 https://source.android.com/setup/build/gsi를 참조하세요.

요약

공개 생성자

GsiDeviceFlashPreparer ()

공개 메소드

void setUp ( TestInformation testInfo)

테스트를 위한 타겟 설정을 수행합니다.

보호된 방법

IHostOptions getHostOptions ()

IHostOptions 에 대한 참조 가져오기

IRunUtil getRunUtil ()

사용할 IRunUtil 인스턴스를 가져옵니다.

공개 생성자

GsiDeviceFlashPreparer

public GsiDeviceFlashPreparer ()

공개 메소드

설정

public void setUp (TestInformation testInfo)

테스트를 위한 타겟 설정을 수행합니다.

매개변수
testInfo TestInformation : 호출의 TestInformation .

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

보호된 방법

getHostOptions

protected IHostOptions getHostOptions ()

IHostOptions 에 대한 참조 가져오기

보고
IHostOptions 사용할 IHostOptions

getRunUtil

protected IRunUtil getRunUtil ()

사용할 IRunUtil 인스턴스를 가져옵니다.

보고
IRunUtil 사용할 IRunUtil