VisibleBackgroundUserPreparer
public
class
VisibleBackgroundUserPreparer
extends BaseTargetPreparer
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.VisibleBackgroundUserPreparer |
백그라운드에서 보이는 상태에서 시작된 사용자의 테스트를 실행하기 위한 타겟 준비자입니다.
요약
상수 | |
---|---|
int |
DEFAULT_DISPLAY
|
int |
INVALID_DISPLAY
|
공개 생성자 | |
---|---|
VisibleBackgroundUserPreparer()
|
공개 메서드 | |
---|---|
Integer
|
getDisplayId()
|
void
|
setDisplayId(int displayId)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
상수
기본값_표시
public static final int DEFAULT_DISPLAY
상수 값: 0 (0x00000000)
잘못된 표시
public static final int INVALID_DISPLAY
상수 값: -1 (0xffffffff)
공개 생성자
VisibleBackgroundUserPreparer
public VisibleBackgroundUserPreparer ()
공개 메서드
getDisplayId
public Integer getDisplayId ()
반환 값 | |
---|---|
Integer |
setDisplayId
public void setDisplayId (int displayId)
매개변수 | |
---|---|
displayId |
int |
설정
public void setUp (TestInformation testInfo)
매개변수 | |
---|---|
testInfo |
TestInformation |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
해체
public void tearDown (TestInformation testInfo, Throwable e)
매개변수 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |