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