FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
fastboot をトリガーして fastboot コマンドを送信するターゲット作成ツール。
概要
パブリック コンストラクタ | |
---|---|
FastbootCommandPreparer()
|
パブリック メソッド | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
パブリック コンストラクタ
FastbootCommandPreparer
public FastbootCommandPreparer ()
パブリック メソッド
setUp
public void setUp (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
パラメータ | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |