INativeDeviceTest
public
interface
INativeDeviceTest
| com.android.tradefed.testtype.INativeDeviceTest |
INativeDevice referansı gerektiren nesne için arayüz.
Özet
Herkese açık yöntemler | |
|---|---|
abstract
INativeDevice
|
getDevice()
Test cihazını alın. |
abstract
void
|
setDevice(INativeDevice device)
Test edilen cihazı enjekte edin. |
Herkese açık yöntemler
getDevice
public abstract INativeDevice getDevice ()
Test cihazını alın.
| İlerlemeler | |
|---|---|
INativeDevice |
INativeDevice |
setDevice
public abstract void setDevice (INativeDevice device)
Test edilen cihazı enjekte edin.
| Parametreler | |
|---|---|
device |
INativeDevice: Kullanılacak INativeDevice |