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)
無効な表示
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 |