VisibleBackgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

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


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

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)

INVALID_DISPLAY

public static final int INVALID_DISPLAY

Valore costante: -1 (0xffffffff)

Costruttori pubblici

VisibleBackgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Metodi pubblici

getDisplayId

public Integer getDisplayId ()

Ritorni
Integer

setDisplayId

public void setDisplayId (int displayId)

Parametri
displayId int

setUp

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametri
testInfo TestInformation

e Throwable

Lanci
DeviceNotAvailableException