VisibleBackgroundUserPreparer

public class VisibleBackgroundUserPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.VisibleBackgroundUserPreparer


Persiapan target untuk menjalankan pengujian di pengguna yang dimulai di latar belakang yang terlihat.

Ringkasan

Konstanta

int DEFAULT_DISPLAY

int INVALID_DISPLAY

Konstruktor publik

VisibleBackgroundUserPreparer()

Metode publik

Integer getDisplayId()
void setDisplayId(int displayId)
void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Konstanta

DEFAULT_DISPLAY

public static final int DEFAULT_DISPLAY

Nilai Konstanta: 0 (0x00000000)

INVALID_DISPLAY

public static final int INVALID_DISPLAY

Nilai Konstanta: -1 (0xffffffff)

Konstruktor publik

VisibleBackgroundUserPreparer

public VisibleBackgroundUserPreparer ()

Metode publik

getDisplayId

public Integer getDisplayId ()

Hasil
Integer

setDisplayId

public void setDisplayId (int displayId)

Parameter
displayId int

setUp

public void setUp (TestInformation testInfo)

Parameter
testInfo TestInformation

Menampilkan
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parameter
testInfo TestInformation

e Throwable

Menampilkan
DeviceNotAvailableException