GsiDeviceFlashPreparer
public
class
GsiDeviceFlashPreparer
extends BaseTargetPreparer
implements
ILabPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer |
デバイスに Android Generic System Image を書き込むターゲット作成ツール。詳しくは、 詳しくは、https://source.android.com/setup/build/gsi をご覧ください。
概要
パブリック コンストラクタ | |
---|---|
GsiDeviceFlashPreparer()
|
パブリック メソッド | |
---|---|
void
|
setUp(TestInformation testInfo)
テスト用のターゲット セットアップを行います。 |
保護されたメソッド | |
---|---|
IHostOptions
|
getHostOptions()
|
IRunUtil
|
getRunUtil()
使用する |
パブリック コンストラクタ
GsiDeviceFlashPreparer
public GsiDeviceFlashPreparer ()
パブリック メソッド
セットアップ
public void setUp (TestInformation testInfo)
テスト用のターゲット セットアップを行います。
パラメータ | |
---|---|
testInfo |
TestInformation : 呼び出しの TestInformation 。 |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
保護されたメソッド
getHostOptions
protected IHostOptions getHostOptions ()
IHostOptions
への参照を取得する
戻り値 | |
---|---|
IHostOptions |
使用する IHostOptions |