विज़िबल बैकग्राउंड यूज़र प्रिपेयरर

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTarget रीमार्केटिंग
  के लिए


बैकग्राउंड में दिख रहे ऐप्लिकेशन में शुरू किए गए उपयोगकर्ता के लिए, टेस्ट तैयार करने वाला ऐप्लिकेशन.

खास जानकारी

स्थिरांक

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)

अमान्य_DISPLAY

public static final int INVALID_DISPLAY

कॉन्स्टेंट वैल्यू: -1 (0xffff)

सार्वजनिक कंस्ट्रक्टर

विज़िबल बैकग्राउंड यूज़र प्रिपेयरर

public VisibleBackgroundUserPreparer ()

सार्वजनिक तरीके

'डिसप्ले आईडी'

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