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 |