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 ()
公共方法
setUp
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
抛出 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
参数 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |