次要用户处理程序
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)
添加到 |
final
void
|
applySetup(IConfiguration moduleConfiguration)
将特定于参数的模块设置应用于模块 |
String
|
getParameterIdentifier()
返回将用于标识参数化模块的名称。 |
公共构造函数
次要用户处理程序
public SecondaryUserHandler ()
受保护的构造函数
SecondaryUserHandler
protected SecondaryUserHandler (boolean startUserVisibleOnBackground)
参数 | |
---|---|
startUserVisibleOnBackground |
boolean |
SecondaryUserHandler
protected SecondaryUserHandler (boolean startUserVisibleOnBackground, Integer displayId)
参数 | |
---|---|
startUserVisibleOnBackground |
boolean |
displayId |
Integer |
公共方法
addParameterSpecificConfig
public final void addParameterSpecificConfig (IConfiguration moduleConfiguration)
添加到 IConfiguration
,其中包含特定于参数的需求。例如,在
从配置中移除目标准备器。
参数 | |
---|---|
moduleConfiguration |
IConfiguration :模块的 IConfiguration |
applySetup
public final void applySetup (IConfiguration moduleConfiguration)
将特定于参数的模块设置应用于模块 IConfiguration
。例如,这可以是准备程序或测试的额外选项。
参数 | |
---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
返回用于标识参数化模块的名称。
返回 | |
---|---|
String |