SwitchUserTargetPreparer
public
class
SwitchUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.SwitchUserTargetPreparer |
用于在 setUp 中切换到指定用户种类的 ITargetPreparer
。默认情况下
仍属于当前用户,并且不会执行任何切换。
它尝试通过切换回预执行当前用户来恢复设备用户状态。
摘要
公共构造函数 | |
---|---|
SwitchUserTargetPreparer()
|
公共方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
公共构造函数
SwitchUserTargetPreparer
public SwitchUserTargetPreparer ()
公共方法
设置
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
抛出 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
拆解
public void tearDown (TestInformation testInformation, Throwable e)
参数 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |