PreparadorDeusuarioDeFondovisible

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

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


Preparador de objetivos para ejecutar pruebas en un usuario que se inicia en segundo plano.

Resumen

Constantes

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Constructores públicos

VisibleBackgroundUserPreparer()

Métodos públicos

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

Constantes

DISPLAY_PREDETERMINADO

public static final int DEFAULT_DISPLAY

Valor constante: 0 (0x00000000)

INVALID_DISPLAY

public static final int INVALID_DISPLAY

Valor constante: -1 (0xffffffff)

Constructores públicos

PreparadorDeUsuarioDeFondoVisible

public VisibleBackgroundUserPreparer ()

Métodos públicos

getDisplayId

public Integer getDisplayId ()

Muestra
Integer

setDisplayId

public void setDisplayId (int displayId)

Parámetros
displayId int

Configuración

public void setUp (TestInformation testInfo)

Parámetros
testInfo TestInformation

Arroja
BuildError
DeviceNotAvailableException
TargetSetupError

Eliminar

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parámetros
testInfo TestInformation

e Throwable

Arroja
DeviceNotAvailableException