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