FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
觸發 Quickboot 並傳送 Fastboot 指令的目標準備工具。
TODO(b/122592575):為這個準備工具新增測試。
摘要
公用建構函式 | |
---|---|
FastbootCommandPreparer()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
公用建構函式
FastbootCommandPreparer
public FastbootCommandPreparer ()
公用方法
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (TestInformation testInformation, Throwable e)
參數 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |