Cihaz Testi
public
interface
IDeviceTest
com.android.tradefed.testtype.IDeviceTest |
ITestDevice
öğesine referans verilmesi gereken nesnenin arayüzü.
Özet
Herkese açık yöntemler | |
---|---|
abstract
ITestDevice
|
getDevice()
Cihazı test edin. |
abstract
void
|
setDevice(ITestDevice device)
Test edilen cihazı yerleştirin. |
Herkese açık yöntemler
getCihaz
public abstract ITestDevice getDevice ()
Cihazı test edin.
İlerlemeler | |
---|---|
ITestDevice |
ITestDevice |
setCihazı
public abstract void setDevice (ITestDevice device)
Test edilen cihazı yerleştirin.
Parametreler | |
---|---|
device |
ITestDevice : kullanılacak ITestDevice |