ผู้เตรียมผู้ใช้พื้นหลังที่มองเห็นได้
public
class
VisibleBackgroundUserPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.VisibleBackgroundUserPreparer |
ตัวเตรียมเป้าหมายเพื่อทำการทดสอบในผู้ใช้ที่เริ่มการทำงานในเบื้องหลัง
สรุป
ค่าคงที่ | |
---|---|
int |
DEFAULT_DISPLAY
|
int |
INVALID_DISPLAY
|
ช่างก่อสร้างสาธารณะ | |
---|---|
VisibleBackgroundUserPreparer()
|
วิธีการสาธารณะ | |
---|---|
Integer
|
getDisplayId()
|
void
|
setDisplayId(int displayId)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
ค่าคงที่
การแสดงผลค่าเริ่มต้น
public static final int DEFAULT_DISPLAY
มูลค่าคงที่: 0 ครั้ง (0x00000000)
การแสดงผลไม่ถูกต้อง
public static final int INVALID_DISPLAY
มูลค่าคงที่: - 1 ครั้ง (0xffffffff)
ช่างก่อสร้างสาธารณะ
ผู้เตรียมผู้ใช้พื้นหลังที่มองเห็นได้
public VisibleBackgroundUserPreparer ()
วิธีการสาธารณะ
getDisplayId
public Integer getDisplayId ()
คิกรีเทิร์น | |
---|---|
Integer |
ตั้งค่ารหัสดิสเพลย์
public void setDisplayId (int displayId)
พารามิเตอร์ | |
---|---|
displayId |
int |
ตั้งค่า
public void setUp (TestInformation testInfo)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
การขว้าง | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
ฉีกขาด
public void tearDown (TestInformation testInfo, Throwable e)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |