Visibile in backgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

java.lang.Object
🎞 com.android.tradefed.targetprep.BaseTargetPreparer
  🎞 com.android.tradefed.targetprep.VisibileBackgroundUserPreparer


Preparatore del target per l'esecuzione di test in un utente avviato in background visibile.

Riepilogo

Costanti

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Costruttori pubblici

VisibleBackgroundUserPreparer()

Metodi pubblici

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

Costanti

DISPLAY_PREDEFINITO

public static final int DEFAULT_DISPLAY

Valore costante: 0 (0x00000000)

DISPLAY_NON_VALIDO

public static final int INVALID_DISPLAY

Valore costante: -1 (0xffff)

Costruttori pubblici

Visibile in backgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Metodi pubblici

getDisplayId

public Integer getDisplayId ()

Ritorni
Integer

setDisplayId

public void setDisplayId (int displayId)

Parametri
displayId int

impostazione

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

demolire

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametri
testInfo TestInformation

e Throwable

Lanci
DeviceNotAvailableException