Widoczne tło użytkownika

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

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


Moduł przygotowujący do uruchamiania testów na koncie użytkownika, który uruchamia się w widocznym w tle.

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)

NIEPRAWIDŁOWY_WYŚWIETLANIE

public static final int INVALID_DISPLAY

Wartość stała: –1 (0x####ff)

Konstruktory publiczne

Widoczne tło użytkownika

public VisibleBackgroundUserPreparer ()

Metody publiczne

getDisplayId

public Integer getDisplayId ()

Zwroty
Integer

setDisplayId

public void setDisplayId (int displayId)

Parametry
displayId int

Konfiguracja

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

dezaktywacja

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Rzuty
DeviceNotAvailableException