VisibleBackgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.VisibleBackgroundUserPreparer


Przygotowanie docelowego dla przeprowadzania testów w ramach widocznego w tle procesu użytkownika.

Podsumowanie

Stałe

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Konstruktory publiczne

VisibleBackgroundUserPreparer()

Metody publiczne

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

Stałe

DEFAULT_DISPLAY

public static final int DEFAULT_DISPLAY

Wartość stała: 0 (0x00000000)

INVALID_DISPLAY

public static final int INVALID_DISPLAY

Wartość stała: -1 (0xffffffff)

Konstruktory publiczne

VisibleBackgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Metody publiczne

getDisplayId

public Integer getDisplayId ()

Zwroty
Integer

setDisplayId

public void setDisplayId (int displayId)

Parametry
displayId int

setUp

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Rzuty
DeviceNotAvailableException