辅助用户处理程序

public class SecondaryUserHandler
extends Object implements IModuleParameterHandler

java.lang.Object
com.android.tradefed.testtype.suite.params.SecondaryUserHandler


ModuleParameters#SECONDARY_USER的处理程序。

概括

公共构造函数

SecondaryUserHandler ()

受保护的构造函数

SecondaryUserHandler (boolean startUserVisibleOnBackground)
SecondaryUserHandler (boolean startUserVisibleOnBackground, Integer displayId)

公共方法

final void addParameterSpecificConfig ( IConfiguration moduleConfiguration)

使用特定需求的参数添加到IConfiguration

final void applySetup ( IConfiguration moduleConfiguration)

将参数特定模块设置应用于模块IConfiguration

String getParameterIdentifier ()

返回参数化模块将被标识的名称。

公共构造函数

辅助用户处理程序

public SecondaryUserHandler ()

受保护的构造函数

辅助用户处理程序

protected SecondaryUserHandler (boolean startUserVisibleOnBackground)

参数
startUserVisibleOnBackground boolean

辅助用户处理程序

protected SecondaryUserHandler (boolean startUserVisibleOnBackground, 
                Integer displayId)

参数
startUserVisibleOnBackground boolean

displayId Integer

公共方法

添加参数特定配置

public final void addParameterSpecificConfig (IConfiguration moduleConfiguration)

使用特定需求的参数添加到IConfiguration 。例如,从配置中插入或删除目标准备器。

参数
moduleConfiguration IConfiguration :模块的IConfiguration

应用设置

public final void applySetup (IConfiguration moduleConfiguration)

将参数特定模块设置应用于模块IConfiguration 。例如,这可能是准备者或测试者的额外选项。

参数
moduleConfiguration IConfiguration

获取参数标识符

public String getParameterIdentifier ()

返回参数化模块将被标识的名称。

退货
String