DeviceDescriptor

public class DeviceDescriptor
extends Object

java.lang.Object
   ↳ com.android.tradefed.command.remote.DeviceDescriptor


คลาสที่มีข้อมูลอธิบายอุปกรณ์ที่ทดสอบ

สรุป

ตัวสร้างแบบสาธารณะ

DeviceDescriptor()
DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state)

ใช้สำหรับอัปเดตสถานะที่ง่ายดายใน ClusterDeviceMonitor

DeviceDescriptor(DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
DeviceDescriptor(DeviceDescriptor d, String serial, String displaySerial)

ใช้เพื่ออัปเดตสถานะซีเรียลของอุปกรณ์ตัวยึดตําแหน่งได้อย่างง่ายดาย

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, 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, 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)

เมธอดสาธารณะ

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 (DeviceDescriptor d, 
                DeviceAllocationState state)

ใช้สำหรับการอัปเดตสถานะใน ClusterDeviceMonitor ได้อย่างง่ายดาย

พารามิเตอร์
d DeviceDescriptor

state DeviceAllocationState

DeviceDescriptor

public DeviceDescriptor (DeviceDescriptor d, 
                String preconfiguredIp, 
                Integer preconfiguredDeviceNumOffset)

พารามิเตอร์
d DeviceDescriptor

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

DeviceDescriptor

public DeviceDescriptor (DeviceDescriptor d, 
                String serial, 
                String displaySerial)

ใช้สำหรับอัปเดตสถานะของซีเรียลสำหรับอุปกรณ์ตัวยึดตำแหน่งได้อย่างง่ายดาย

พารามิเตอร์
d DeviceDescriptor

serial String

displaySerial String

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, 
                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, 
                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

วิธีการสาธารณะ

รับระดับแบตเตอรี่

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

getHardwareRevision

public String getHardwareRevision ()

คิกรีเทิร์น
String

getMacAddress

public String getMacAddress ()

คิกรีเทิร์น
String

getPreconfiguredDeviceNumOffset

public Integer getPreconfiguredDeviceNumOffset ()

คิกรีเทิร์น
Integer

getPreConfigureIp

public String getPreconfiguredIp ()

คิกรีเทิร์น
String

getProduct

public String getProduct ()

คิกรีเทิร์น
String

getProductVariant

public String getProductVariant ()

คิกรีเทิร์น
String

getProperty

public String getProperty (String name)

พารามิเตอร์
name String

คิกรีเทิร์น
String

getSdkVersion

public String getSdkVersion ()

คิกรีเทิร์น
String

getSerial

public String getSerial ()

คิกรีเทิร์น
String

getSimOperator

public String getSimOperator ()

คิกรีเทิร์น
String

getSimState

public String getSimState ()

คิกรีเทิร์น
String

getState

public DeviceAllocationState getState ()

คิกรีเทิร์น
DeviceAllocationState

getTestDeviceState

public TestDeviceState getTestDeviceState ()

คิกรีเทิร์น
TestDeviceState

isStubDevice

public boolean isStubDevice ()

คิกรีเทิร์น
boolean

isTemporary

public boolean isTemporary ()

แสดงผลว่าระบบจะลบอุปกรณ์เมื่อสิ้นสุดการเรียกใช้หรือไม่

คิกรีเทิร์น
boolean

toString

public String toString ()

ระบุคำอธิบายพร้อมหมายเลขซีเรียล รหัสผลิตภัณฑ์ และรหัสบิลด์

คิกรีเทิร์น
String