SecondaryUserHandler

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()

매개변수가 있는 모듈이 식별될 이름을 반환합니다.

공개 생성자

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입니다.

applySetup

public final void applySetup (IConfiguration moduleConfiguration)

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

매개변수
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

매개변수가 있는 모듈이 식별될 이름을 반환합니다.

반환 값
String