FoldableModePreparer
public class FoldableModePreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.suite.FoldableModePreparer |
デバイスの折りたたみ状態を切り替えることができるターゲット作成者。
まとめ
パブリック コンストラクター | |
---|---|
FoldableModePreparer () | |
FoldableModePreparer (long stateIdentifier) |
公開メソッド | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
パブリック コンストラクター
FoldableModePreparer
public FoldableModePreparer ()
FoldableModePreparer
public FoldableModePreparer (long stateIdentifier)
パラメーター | |
---|---|
stateIdentifier | long |
公開メソッド
設定
public void setUp (TestInformation testInformation)
パラメーター | |
---|---|
testInformation | TestInformation |
スロー | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
取り壊す
public void tearDown (TestInformation testInformation, Throwable e)
パラメーター | |
---|---|
testInformation | TestInformation |
e | Throwable |
スロー | |
---|---|
DeviceNotAvailableException |