RemoteAvdIDevice
public
class
RemoteAvdIDevice
extends TcpDevice
java.lang.Object
|
↳ |
com.android.tradefed.device.StubDevice
|
|
↳ |
com.android.tradefed.device.TcpDevice
|
|
|
↳ |
com.android.tradefed.device.RemoteAvdIDevice
|
A placeholder IDevice
used by DeviceManager
to allocate when DeviceSelectionOptions.gceDeviceRequested()
is true
Summary
Public constructors
RemoteAvdIDevice
public RemoteAvdIDevice (String serial)
Parameters |
serial |
String : placeholder for the real serial |
RemoteAvdIDevice
public RemoteAvdIDevice (String serial,
String knowDeviceIp)
Parameters |
serial |
String |
knowDeviceIp |
String |