VisibleBackgroundUserPreparer
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)
|
الثوابت
DEFAULT_DISPLAY
public static final int DEFAULT_DISPLAY
القيمة الثابتة: 0 (0x00000000)
INVALID_DISPLAY
public static final int INVALID_DISPLAY
القيمة الثابتة: -1 (0xffffffff)
شركة إنشاءات عامة
VisibleBackgroundUserPreparer
public VisibleBackgroundUserPreparer ()
الطرق العامة
getDisplayId
public Integer getDisplayId ()
المرتجعات | |
---|---|
Integer |
setDisplayId
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 |