FoldableModePreparer
public
class
FoldableModePreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.suite.FoldableModePreparer |
Préparateur cible qui peut changer l'état de pliage d'un appareil.
Résumé
Constructeurs publics | |
---|---|
FoldableModePreparer()
|
|
FoldableModePreparer(long stateIdentifier)
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructeurs publics
FoldableModePreparer
public FoldableModePreparer ()
FoldableModePreparer
public FoldableModePreparer (long stateIdentifier)
Paramètres | |
---|---|
stateIdentifier |
long |
Méthodes publiques
Configurer
public void setUp (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInformation, Throwable e)
Paramètres | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |