RemoteAvdIDevice
  public
  
  
  
  class
  RemoteAvdIDevice
  
  
  
  
    extends StubDevice
  
  
  
  
  
      implements
      
        IConfigurableVirtualDevice
      
  
  
| java.lang.Object | ||
| ↳ | com.android.tradefed.device.StubDevice | |
| ↳ | com.android.tradefed.device.RemoteAvdIDevice | |
DeviceSelectionOptions.gceDeviceRequested() true olduğunda DeviceManager tarafından tahsis etmek için kullanılan bir yer tutucu IDevice
Özet
| Fields'ın oynadığı filmler | |
|---|---|
| 
    protected
    
    
    Integer | mDeviceNumOffset
 | 
| 
    protected
    
    
    String | mUser
 | 
| Herkese açık kurucular | |
|---|---|
| 
      RemoteAvdIDevice(String serial)
       | |
| 
      RemoteAvdIDevice(String serial, String knownDeviceIp)
       | |
| 
      RemoteAvdIDevice(String serial, String knownDeviceIp, String user, Integer offset)
       | |
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        
        
        
        Integer | 
      getDeviceNumOffset()
      Mevcutsa bilinen cihaz numarası ofsetini döndürür, cihaz numarası ofseti ayarlanmamışsa null değerini döndürür. | 
| 
        
        
        
        
        
        String | 
      getKnownDeviceIp()
      Bilinen ilişkili IP varsa bilinen ilişkili IP'yi, bilinen IP yoksa null değerini döndürür. | 
| 
        
        
        
        
        
        String | 
      getKnownUser()
      Varsa bilinen kullanıcıyı, yoksa null değerini döndürür. | 
Fields'ın oynadığı filmler
mDeviceNumOffset
protected Integer mDeviceNumOffset
mUser
protected String mUser
Herkese açık kurucular
RemoteAvdIDevice
public RemoteAvdIDevice (String serial)
| Parametreler | |
|---|---|
| serial | String: gerçek seri için yer tutucu | 
RemoteAvdIDevice
public RemoteAvdIDevice (String serial, 
                String knownDeviceIp)| Parametreler | |
|---|---|
| serial | String | 
| knownDeviceIp | String | 
RemoteAvdIDevice
public RemoteAvdIDevice (String serial, 
                String knownDeviceIp, 
                String user, 
                Integer offset)| Parametreler | |
|---|---|
| serial | String | 
| knownDeviceIp | String | 
| user | String | 
| offset | Integer | 
Herkese açık yöntemler
getDeviceNumOffset
public Integer getDeviceNumOffset ()
Mevcutsa bilinen cihaz numarası ofsetini döndürür, cihaz numarası ofseti ayarlanmamışsa null değerini döndürür.
| İlerlemeler | |
|---|---|
| Integer | |
getKnownDeviceIp
public String getKnownDeviceIp ()
Bilinen ilişkili IP varsa bilinen ilişkili IP'yi, bilinen IP yoksa null değerini döndürür.
| İlerlemeler | |
|---|---|
| String | |
getKnownUser
public String getKnownUser ()
Varsa bilinen kullanıcıyı, yoksa null değerini döndürür.
| İlerlemeler | |
|---|---|
| String | |
