VisibleBackgroundUserPreparer
public
class
VisibleBackgroundUserPreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.VisibleBackgroundUserPreparer |
Preparador de destino para ejecutar pruebas en un usuario que se inicia en el visible 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
DEFAULT_DISPLAY
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
VisibleBackgroundUserPreparer
public VisibleBackgroundUserPreparer ()
Métodos públicos
getDisplayId
public Integer getDisplayId ()
Muestra | |
---|---|
Integer |
setDisplayId
public void setDisplayId (int displayId)
Parámetros | |
---|---|
displayId |
int |
setUp
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 |