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 |