VisibleBackgroundUserPreparer
public
class
VisibleBackgroundUserPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | के लिए |
बैकग्राउंड में दिख रहे ऐप्लिकेशन में शुरू किए गए उपयोगकर्ता के लिए, टेस्ट तैयार करने वाला ऐप्लिकेशन.
खास जानकारी
स्थिरांक | |
---|---|
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)
सार्वजनिक कंस्ट्रक्टर
विज़िबिलिटी बैकग्राउंड यूज़र प्रिपेयरर
public VisibleBackgroundUserPreparer ()
सार्वजनिक तरीके
getDisplayId
public Integer getDisplayId ()
रिटर्न | |
---|---|
Integer |
सेटडिसप्ले आईडी
public void setDisplayId (int displayId)
पैरामीटर | |
---|---|
displayId |
int |
setUp
public void setUp (TestInformation testInfo)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
थ्रो | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
थ्रो | |
---|---|
DeviceNotAvailableException |