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