INativeDeviceTest
public
interface
INativeDeviceTest
| com.android.tradefed.testtype.INativeDeviceTest |
Interface for object that needs a reference to a INativeDevice.
Summary
Public methods | |
|---|---|
abstract
INativeDevice
|
getDevice()
Get the device under test. |
abstract
void
|
setDevice(INativeDevice device)
Inject the device under test. |
Public methods
getDevice
public abstract INativeDevice getDevice ()
Get the device under test.
| Returns | |
|---|---|
INativeDevice |
the INativeDevice
|
setDevice
public abstract void setDevice (INativeDevice device)
Inject the device under test.
| Parameters | |
|---|---|
device |
INativeDevice: the INativeDevice to use
|