FoldableModePreparer
public
class
FoldableModePreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.suite.FoldableModePreparer |
Un preparador de destino que puede cambiar el estado plegable de un dispositivo.
Resumen
Constructores públicos | |
---|---|
FoldableModePreparer()
|
|
FoldableModePreparer(long stateIdentifier)
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructores públicos
FoldableModePreparer
public FoldableModePreparer ()
FoldableModePreparer
public FoldableModePreparer (long stateIdentifier)
Parámetros | |
---|---|
stateIdentifier |
long |
Métodos públicos
Configuración
public void setUp (TestInformation testInformation)
Parámetros | |
---|---|
testInformation |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Eliminar
public void tearDown (TestInformation testInformation, Throwable e)
Parámetros | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |