VmRemoteDevice
public
class
VmRemoteDevice
extends StubDevice
implements
IConfigurableVirtualDevice
java.lang.Object | ||
↳ | com.android.tradefed.device.StubDevice | |
↳ | com.android.tradefed.device.cloud.VmRemoteDevice |
A Remote virtual device that we will manage from inside the Virtual Machine.
Summary
Public constructors | |
---|---|
VmRemoteDevice(String serial)
|
|
VmRemoteDevice(String serial, String knownIp)
|
Public methods | |
---|---|
String
|
getKnownDeviceIp()
Returns the known associated IP if available, returns null if no known ip. |
Public constructors
VmRemoteDevice
public VmRemoteDevice (String serial)
Parameters | |
---|---|
serial |
String |
VmRemoteDevice
public VmRemoteDevice (String serial, String knownIp)
Parameters | |
---|---|
serial |
String |
knownIp |
String |
Public methods
getKnownDeviceIp
public String getKnownDeviceIp ()
Returns the known associated IP if available, returns null if no known ip.
Returns | |
---|---|
String |