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 |