SwitchUserTargetPreparer

public class SwitchUserTargetPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.SwitchUserTargetPreparer


ITargetPreparer,可在 setUp 切換至指定使用者種類。這是預設選項 仍保留在目前的使用者中,且不會切換。

嘗試切換回執行前的當前使用者,還原裝置使用者狀態。

摘要

公用建構函式

SwitchUserTargetPreparer()

公用方法

void setUp(TestInformation testInformation)
void tearDown(TestInformation testInformation, Throwable e)

公用建構函式

SwitchUserTargetPreparer

public SwitchUserTargetPreparer ()

公用方法

設定

public void setUp (TestInformation testInformation)

參數
testInformation TestInformation

擲回
DeviceNotAvailableException
TargetSetupError

TearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

參數
testInformation TestInformation

e Throwable

擲回
DeviceNotAvailableException