FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
ตัวเตรียมเป้าหมายที่เรียกใช้ Fastboot และส่งคำสั่ง 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 |
ฉีกขาด
public void tearDown (TestInformation testInformation, Throwable e)
พารามิเตอร์ | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |