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)

常量

DEFAULT_DISPLAY

public static final int DEFAULT_DISPLAY

常量值: 0 (0x00000000)

INVALID_DISPLAY

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