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 |
TearDown
public void tearDown (TestInformation testInformation, Throwable e)
參數 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |