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 |
パブリック メソッド
setUp
public void setUp (TestInformation testInformation)
| パラメータ | |
|---|---|
testInformation |
TestInformation |
| 例外 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
| パラメータ | |
|---|---|
testInformation |
TestInformation |
e |
Throwable |
| 例外 | |
|---|---|
DeviceNotAvailableException |
|