UzakAvdICihazı
public
class
RemoteAvdIDevice
extends StubDevice
implements
IConfigurableVirtualDevice
Java.lang.Nesne | ||
🎃 | com.android.tradefed.device.StubDevice | |
🎃 | com.android.tradefed.device.RemoteAvdIDevice |
DeviceSelectionOptions.gceDeviceRequested()
true
olduğunda ayırmak için DeviceManager
tarafından kullanılan yer tutucu IDevice
Özet
Fields'ın oynadığı filmler | |
---|---|
protected
Integer |
mDeviceNumOffset
|
protected
String |
mUser
|
Kamu inşaatçıları | |
---|---|
RemoteAvdIDevice(String serial)
|
|
RemoteAvdIDevice(String serial, String knownDeviceIp)
|
|
RemoteAvdIDevice(String serial, String knownDeviceIp, String user, Integer offset)
|
Herkese açık yöntemler | |
---|---|
Integer
|
getDeviceNumOffset()
Varsa bilinen cihaz numarası ofsetini ve cihaz numarası ofseti ayarlanmadıysa null değerini döndürür. |
String
|
getKnownDeviceIp()
Varsa bilinen ilişkilendirilmiş IP'yi, bilinen bir IP adresi yoksa boş döndürür. |
String
|
getKnownUser()
Varsa bilinen kullanıcıyı, bilinen bir kullanıcı yoksa boş döndürür. |
Fields'ın oynadığı filmler
Mobil CihazNumOfseti
protected Integer mDeviceNumOffset
Mobil Kullanıcı
protected String mUser
Kamu inşaatçıları
UzakAvdICihazı
public RemoteAvdIDevice (String serial)
Parametreler | |
---|---|
serial |
String : gerçek seri için yer tutucu |
UzakAvdICihazı
public RemoteAvdIDevice (String serial, String knownDeviceIp)
Parametreler | |
---|---|
serial |
String |
knownDeviceIp |
String |
UzakAvdICihazı
public RemoteAvdIDevice (String serial, String knownDeviceIp, String user, Integer offset)
Parametreler | |
---|---|
serial |
String |
knownDeviceIp |
String |
user |
String |
offset |
Integer |
Herkese açık yöntemler
getDeviceNumOfset
public Integer getDeviceNumOffset ()
Varsa bilinen cihaz numarası ofsetini ve cihaz numarası ofseti ayarlanmadıysa null değerini döndürür.
İlerlemeler | |
---|---|
Integer |
BilinenCihazIp
public String getKnownDeviceIp ()
Varsa bilinen ilişkilendirilmiş IP'yi, bilinen bir IP adresi yoksa boş döndürür.
İlerlemeler | |
---|---|
String |
BilinenKullanıcı
public String getKnownUser ()
Varsa bilinen kullanıcıyı, bilinen bir kullanıcı yoksa boş döndürür.
İlerlemeler | |
---|---|
String |