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