GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.オブジェクト
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 ()

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