RemoteAvdIDevice

public class RemoteAvdIDevice
extends StubDevice implements IConfigurableVirtualDevice, ITemporaryDevice

java.lang.Object
   ↳ com.android.tradefed.device.StubDevice
     ↳ com.android.tradefed.device.RemoteAvdIDevice


ערך placeholder‏ IDevice שמשמש את DeviceManager להקצאה כש-DeviceSelectionOptions.gceDeviceRequested() הוא true

סיכום

שדות

protected Integer mDeviceNumOffset

protected String mUser

Constructors ציבוריים

RemoteAvdIDevice(String serial)
RemoteAvdIDevice(String serial, String knownDeviceIp)
RemoteAvdIDevice(String serial, String knownDeviceIp, boolean isTemporary)
RemoteAvdIDevice(String serial, String knownDeviceIp, String user, Integer offset)

‫methods ציבוריים

Integer getDeviceNumOffset()

הפונקציה מחזירה את ההיסט של מספר המכשיר הידוע אם הוא זמין, ומחזירה ערך null אם ההיסט של מספר המכשיר לא מוגדר.

String getKnownDeviceIp()

הפונקציה מחזירה את כתובת ה-IP המשויכת הידועה אם היא זמינה, ומחזירה null אם אין כתובת IP ידועה.

String getKnownUser()

הפונקציה מחזירה את המשתמש הידוע אם הוא זמין, ומחזירה ערך null אם אין משתמש ידוע.

boolean isTemporary()

שדות

mDeviceNumOffset

protected Integer mDeviceNumOffset

mUser

protected String mUser

Constructors ציבוריים

RemoteAvdIDevice

public RemoteAvdIDevice (String serial)

פרמטרים
serial String: placeholder for the real serial

RemoteAvdIDevice

public RemoteAvdIDevice (String serial, 
                String knownDeviceIp)

פרמטרים
serial String

knownDeviceIp String

RemoteAvdIDevice

public RemoteAvdIDevice (String serial, 
                String knownDeviceIp, 
                boolean isTemporary)

פרמטרים
serial String

knownDeviceIp String

isTemporary boolean

RemoteAvdIDevice

public RemoteAvdIDevice (String serial, 
                String knownDeviceIp, 
                String user, 
                Integer offset)

פרמטרים
serial String

knownDeviceIp String

user String

offset Integer

‫methods ציבוריים

getDeviceNumOffset

public Integer getDeviceNumOffset ()

הפונקציה מחזירה את ההיסט של מספר המכשיר הידוע אם הוא זמין, ומחזירה ערך null אם ההיסט של מספר המכשיר לא מוגדר.

החזרות
Integer

getKnownDeviceIp

public String getKnownDeviceIp ()

הפונקציה מחזירה את כתובת ה-IP המשויכת הידועה אם היא זמינה, ומחזירה null אם אין כתובת IP ידועה.

החזרות
String

getKnownUser

public String getKnownUser ()

הפונקציה מחזירה את המשתמש הידוע אם הוא זמין, ומחזירה ערך null אם אין משתמש ידוע.

החזרות
String

isTemporary

public boolean isTemporary ()

החזרות
boolean