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