VisibleBackgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

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


Préparateur de cible pour l'exécution de tests chez un utilisateur lancé en mode visible en arrière-plan.

Résumé

Constantes

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Constructeurs publics

VisibleBackgroundUserPreparer()

Méthodes publiques

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

Constantes

AFFICHAGE_PAR DÉFAUT

public static final int DEFAULT_DISPLAY

Valeur constante : 0 (0x00000000)

AFFICHAGE_NON_VALIDE

public static final int INVALID_DISPLAY

Valeur constante : -1 (0xffffffff)

Constructeurs publics

VisibleBackgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Méthodes publiques

getDisplayId

public Integer getDisplayId ()

Renvoie
Integer

ID de l'affichage

public void setDisplayId (int displayId)

Paramètres
displayId int

Configurer

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

suppression

public void tearDown (TestInformation testInfo, 
                Throwable e)

Paramètres
testInfo TestInformation

e Throwable

Génère
DeviceNotAvailableException