SecondaryUserHandler

public class SecondaryUserHandler
extends Object implements IModuleParameterHandler

java.lang.객체
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 ()

매개변수화된 모듈이 식별될 이름을 반환합니다.

공개 생성자

SecondaryUserHandler

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

적용설정

public final void applySetup (IConfiguration moduleConfiguration)

매개변수 특정 모듈 설정을 모듈 IConfiguration 에 적용합니다. 예를 들어 이것은 준비자 또는 테스트를 위한 추가 옵션이 될 수 있습니다.

매개변수
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

매개변수화된 모듈이 식별될 이름을 반환합니다.

보고
String