DeviceOwnerTargetPreparer
public
class
DeviceOwnerTargetPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceOwnerTargetPreparer |
ITargetPreparer
ที่ตั้งค่าคอมโพเนนต์เจ้าของอุปกรณ์
ระบบจะนำเจ้าของอุปกรณ์และโปรไฟล์ที่มีอยู่และผู้ใช้รองออกก่อนเจ้าของอุปกรณ์คนใหม่ ได้รับการตั้งค่าแล้ว
ระบบจะนำเจ้าของอุปกรณ์ออกเมื่อถอดออก
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
DeviceOwnerTargetPreparer()
|
วิธีการสาธารณะ | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
แทรก |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
ช่างก่อสร้างสาธารณะ
DeviceOwnerTargetPreparer
public DeviceOwnerTargetPreparer ()
วิธีการสาธารณะ
ตั้งค่าการกำหนดค่า
public void setConfiguration (IConfiguration configuration)
แทรก IConfiguration
ที่ใช้งานอยู่
พารามิเตอร์ | |
---|---|
configuration |
IConfiguration |
ตั้งค่า
public void setUp (TestInformation testInfo)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
การขว้าง | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
ฉีกขาด
public void tearDown (TestInformation testInfo, Throwable e)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |