GsiDeviceFlashPreparer
public
class
GsiDeviceFlashPreparer
extends BaseTargetPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer | |
Android 일반 시스템 이미지로 기기를 플래시하는 타겟 준비자입니다. 자세한 내용은 https://source.android.com/setup/build/gsi를 참고하세요.
요약
공개 생성자 | |
|---|---|
GsiDeviceFlashPreparer()
|
|
공개 메서드 | |
|---|---|
void
|
setUp(TestInformation testInfo)
|
보호된 메서드 | |
|---|---|
IHostOptions
|
getHostOptions()
|
IRunUtil
|
getRunUtil()
사용할 |
공개 생성자
GsiDeviceFlashPreparer
public GsiDeviceFlashPreparer ()
공개 메서드
setUp
public void setUp (TestInformation testInfo)
| 매개변수 | |
|---|---|
testInfo |
TestInformation |
| 생성 값 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
보호된 메서드
getHostOptions
protected IHostOptions getHostOptions ()
IHostOptions 참조 가져오기
| 반환 값 | |
|---|---|
IHostOptions |
사용할 IHostOptions
|