مرئيBackgroundUserPreparer

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)

عرض غير صالح

public static final int INVALID_DISPLAY

القيمة الثابتة: -1 (0xfiff)

شركة إنشاءات عامة

VisualUserPreparer في الخلفية

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