DeviceDescriptor
public
class
DeviceDescriptor
extends Object
java.lang.Object | |
↳ | com.android.tradefed.command.remote.DeviceDescriptor |
คลาสที่มีข้อมูลอธิบายอุปกรณ์ที่อยู่ระหว่างการทดสอบ
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
DeviceDescriptor()
|
|
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel)
|
|
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator)
|
|
DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
|
|
DeviceDescriptor(String serial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
|
|
DeviceDescriptor(String serial, String displaySerial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, TestDeviceState testDeviceState, String product, String productVariant, String sdkVersion, String buildId, String hardwareRevision, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, boolean isTemporary, String preconfiguredIp, Integer preconfiguredDeviceNumOffset, IDevice idevice)
|
|
DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state)
ใช้สำหรับอัปเดตสถานะที่ง่ายดายใน ClusterDeviceMonitor |
|
DeviceDescriptor(DeviceDescriptor d, String serial, String displaySerial)
ใช้สำหรับอัปเดตสถานะของซีเรียลสำหรับอุปกรณ์ตัวยึดตำแหน่งได้อย่างง่ายดาย |
|
DeviceDescriptor(DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
|
วิธีการสาธารณะ | |
---|---|
String
|
getBatteryLevel()
|
String
|
getBuildId()
|
String
|
getDeviceClass()
|
IDevice.DeviceState
|
getDeviceState()
|
String
|
getDisplaySerial()
|
String
|
getHardwareRevision()
|
String
|
getMacAddress()
|
Integer
|
getPreconfiguredDeviceNumOffset()
|
String
|
getPreconfiguredIp()
|
String
|
getProduct()
|
String
|
getProductVariant()
|
String
|
getProperty(String name)
|
String
|
getSdkVersion()
|
String
|
getSerial()
|
String
|
getSimOperator()
|
String
|
getSimState()
|
DeviceAllocationState
|
getState()
|
TestDeviceState
|
getTestDeviceState()
|
boolean
|
isStubDevice()
|
boolean
|
isTemporary()
แสดงผลว่าระบบจะลบอุปกรณ์เมื่อสิ้นสุดการเรียกใช้หรือไม่ |
String
|
toString()
ระบุคำอธิบายด้วยหมายเลขซีเรียล ผลิตภัณฑ์ และรหัสบิลด์ |
ช่างก่อสร้างสาธารณะ
DeviceDescriptor
public DeviceDescriptor ()
DeviceDescriptor
public DeviceDescriptor (String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel)
พารามิเตอร์ | |
---|---|
serial |
String |
isStubDevice |
boolean |
state |
DeviceAllocationState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
batteryLevel |
String |
DeviceDescriptor
public DeviceDescriptor (String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator)
พารามิเตอร์ | |
---|---|
serial |
String |
isStubDevice |
boolean |
state |
DeviceAllocationState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
batteryLevel |
String |
deviceClass |
String |
macAddress |
String |
simState |
String |
simOperator |
String |
DeviceDescriptor
public DeviceDescriptor (String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
พารามิเตอร์ | |
---|---|
serial |
String |
isStubDevice |
boolean |
state |
DeviceAllocationState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
batteryLevel |
String |
deviceClass |
String |
macAddress |
String |
simState |
String |
simOperator |
String |
idevice |
IDevice |
DeviceDescriptor
public DeviceDescriptor (String serial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, IDevice idevice)
พารามิเตอร์ | |
---|---|
serial |
String |
isStubDevice |
boolean |
deviceState |
IDevice.DeviceState |
state |
DeviceAllocationState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
batteryLevel |
String |
deviceClass |
String |
macAddress |
String |
simState |
String |
simOperator |
String |
idevice |
IDevice |
DeviceDescriptor
public DeviceDescriptor (String serial, String displaySerial, boolean isStubDevice, IDevice.DeviceState deviceState, DeviceAllocationState state, TestDeviceState testDeviceState, String product, String productVariant, String sdkVersion, String buildId, String hardwareRevision, String batteryLevel, String deviceClass, String macAddress, String simState, String simOperator, boolean isTemporary, String preconfiguredIp, Integer preconfiguredDeviceNumOffset, IDevice idevice)
พารามิเตอร์ | |
---|---|
serial |
String |
displaySerial |
String |
isStubDevice |
boolean |
deviceState |
IDevice.DeviceState |
state |
DeviceAllocationState |
testDeviceState |
TestDeviceState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
hardwareRevision |
String |
batteryLevel |
String |
deviceClass |
String |
macAddress |
String |
simState |
String |
simOperator |
String |
isTemporary |
boolean |
preconfiguredIp |
String |
preconfiguredDeviceNumOffset |
Integer |
idevice |
IDevice |
DeviceDescriptor
public DeviceDescriptor (DeviceDescriptor d, DeviceAllocationState state)
ใช้สำหรับอัปเดตสถานะที่ง่ายดายใน ClusterDeviceMonitor
พารามิเตอร์ | |
---|---|
d |
DeviceDescriptor |
state |
DeviceAllocationState |
DeviceDescriptor
public DeviceDescriptor (DeviceDescriptor d, String serial, String displaySerial)
ใช้สำหรับอัปเดตสถานะของซีเรียลสำหรับอุปกรณ์ตัวยึดตำแหน่งได้อย่างง่ายดาย
พารามิเตอร์ | |
---|---|
d |
DeviceDescriptor |
serial |
String |
displaySerial |
String |
DeviceDescriptor
public DeviceDescriptor (DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
พารามิเตอร์ | |
---|---|
d |
DeviceDescriptor |
preconfiguredIp |
String |
preconfiguredDeviceNumOffset |
Integer |
วิธีการสาธารณะ
รับระดับแบตเตอรี่
public String getBatteryLevel ()
คิกรีเทิร์น | |
---|---|
String |
getBuildId
public String getBuildId ()
คิกรีเทิร์น | |
---|---|
String |
getDeviceClass
public String getDeviceClass ()
คิกรีเทิร์น | |
---|---|
String |
getDeviceState
public IDevice.DeviceState getDeviceState ()
คิกรีเทิร์น | |
---|---|
IDevice.DeviceState |
getDisplaySerial
public String getDisplaySerial ()
คิกรีเทิร์น | |
---|---|
String |
รับฮาร์ดแวร์แก้ไข
public String getHardwareRevision ()
คิกรีเทิร์น | |
---|---|
String |
getMacAddress
public String getMacAddress ()
คิกรีเทิร์น | |
---|---|
String |
getPreConfigDeviceNumOffset
public Integer getPreconfiguredDeviceNumOffset ()
คิกรีเทิร์น | |
---|---|
Integer |
getPreConfigIp
public String getPreconfiguredIp ()
คิกรีเทิร์น | |
---|---|
String |
getProduct
public String getProduct ()
คิกรีเทิร์น | |
---|---|
String |
getProductVariant
public String getProductVariant ()
คิกรีเทิร์น | |
---|---|
String |
GetProperty
public String getProperty (String name)
พารามิเตอร์ | |
---|---|
name |
String |
คิกรีเทิร์น | |
---|---|
String |
เวอร์ชันของ getSdk
public String getSdkVersion ()
คิกรีเทิร์น | |
---|---|
String |
getSerial
public String getSerial ()
คิกรีเทิร์น | |
---|---|
String |
getSimOperator
public String getSimOperator ()
คิกรีเทิร์น | |
---|---|
String |
getSimState
public String getSimState ()
คิกรีเทิร์น | |
---|---|
String |
อุปกรณ์ isStub
public boolean isStubDevice ()
คิกรีเทิร์น | |
---|---|
boolean |
เป็นชั่วคราว
public boolean isTemporary ()
แสดงผลว่าระบบจะลบอุปกรณ์เมื่อสิ้นสุดการเรียกใช้หรือไม่
คิกรีเทิร์น | |
---|---|
boolean |
toString
public String toString ()
ระบุคำอธิบายด้วยหมายเลขซีเรียล ผลิตภัณฑ์ และรหัสบิลด์
คิกรีเทิร์น | |
---|---|
String |