IMultiDeviceTest
  public
  
  
  
  interface
  IMultiDeviceTest
  
  
  
| com.android.tradefed.testtype.IMultiDeviceTest | 
      This interface is deprecated.
    This interface is kept temporarily for compatibility but is not actually used
     anymore. Please do not implement it.
  
A test that needs reference to all the ITestDevice and their associated IBuildInfo
 
Most tests should not have a dependency on the build-under-test, and should rely on ITargetPreparers to prepare the test environment.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        void | 
      setDeviceInfos( | 
Public methods
setDeviceInfos
public abstract void setDeviceInfos (deviceInfos) 
| Parameters | |
|---|---|
| deviceInfos |  | 
