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

TearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException