VisibleBackgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

java.lang.Nesne
\t com.android.tradefed.targetprep.BaseTargetPreparer
  \t com.android.tradefed.targetprep.VisibleBackgroundUserPreparer


Arka planda görünür olarak başlatılan bir kullanıcıda test çalıştırmak için hedef hazırlayıcı.

Özet

Sabitler

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Herkese açık kurucular

VisibleBackgroundUserPreparer()

Herkese açık yöntemler

Integer getDisplayId()
void setDisplayId(int displayId)
void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Sabitler

DEFAULT_DISPLAY

public static final int DEFAULT_DISPLAY

Sabit Değer: 0 (0x00000000)

GEÇERSİZ_GÖRÜNTÜLÜ

public static final int INVALID_DISPLAY

Sabit Değer: -1 (0xffffffff)

Herkese açık kurucular

VisibleBackgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Herkese açık yöntemler

getDisplayId

public Integer getDisplayId ()

İlerlemeler
Integer

setDisplayId

public void setDisplayId (int displayId)

Parametreler
displayId int

setUp

public void setUp (TestInformation testInfo)

Parametreler
testInfo TestInformation

Atışlar
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametreler
testInfo TestInformation

e Throwable

Atışlar
DeviceNotAvailableException