DeviceDescriptor (Mô tả thiết bị)
public
class
DeviceDescriptor
extends Object
java.lang.Object | |
↳ | com.android.tradefed.command.remote.DeviceDescriptor |
Một lớp chứa thông tin mô tả một thiết bị đang được kiểm thử.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
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)
Dùng để dễ dàng cập nhật trạng thái trong ClusterDeviceMonitor. |
|
DeviceDescriptor(DeviceDescriptor d, String serial, String displaySerial)
Dùng để dễ dàng cập nhật trạng thái của sê-ri cho các thiết bị giữ chỗ. |
|
DeviceDescriptor(DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
|
Phương thức công khai | |
---|---|
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()
Trả về việc thiết bị có bị xoá khi kết thúc lệnh gọi hay không. |
String
|
toString()
Cung cấp nội dung mô tả bằng số sê-ri, sản phẩm và mã bản dựng |
Hàm khởi tạo công khai
DeviceDescriptor (Mô tả thiết bị)
public DeviceDescriptor ()
DeviceDescriptor (Mô tả thiết bị)
public DeviceDescriptor (String serial, boolean isStubDevice, DeviceAllocationState state, String product, String productVariant, String sdkVersion, String buildId, String batteryLevel)
Tham số | |
---|---|
serial |
String |
isStubDevice |
boolean |
state |
DeviceAllocationState |
product |
String |
productVariant |
String |
sdkVersion |
String |
buildId |
String |
batteryLevel |
String |
DeviceDescriptor (Mô tả thiết bị)
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)
Tham số | |
---|---|
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 (Mô tả thiết bị)
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)
Tham số | |
---|---|
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 (Mô tả thiết bị)
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)
Tham số | |
---|---|
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 (Mô tả thiết bị)
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)
Tham số | |
---|---|
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 (Mô tả thiết bị)
public DeviceDescriptor (DeviceDescriptor d, DeviceAllocationState state)
Dùng để dễ dàng cập nhật trạng thái trong ClusterDeviceMonitor.
Tham số | |
---|---|
d |
DeviceDescriptor |
state |
DeviceAllocationState |
DeviceDescriptor (Mô tả thiết bị)
public DeviceDescriptor (DeviceDescriptor d, String serial, String displaySerial)
Dùng để dễ dàng cập nhật trạng thái của sê-ri cho các thiết bị giữ chỗ.
Tham số | |
---|---|
d |
DeviceDescriptor |
serial |
String |
displaySerial |
String |
DeviceDescriptor (Mô tả thiết bị)
public DeviceDescriptor (DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)
Tham số | |
---|---|
d |
DeviceDescriptor |
preconfiguredIp |
String |
preconfiguredDeviceNumOffset |
Integer |
Phương thức công khai
getBatteryLevel
public String getBatteryLevel ()
Giá trị trả về | |
---|---|
String |
getBuildId
public String getBuildId ()
Giá trị trả về | |
---|---|
String |
getDeviceClass
public String getDeviceClass ()
Giá trị trả về | |
---|---|
String |
nhận Trạng thái thiết bị
public IDevice.DeviceState getDeviceState ()
Giá trị trả về | |
---|---|
IDevice.DeviceState |
getDisplaySerial
public String getDisplaySerial ()
Giá trị trả về | |
---|---|
String |
nhận phần cứng
public String getHardwareRevision ()
Giá trị trả về | |
---|---|
String |
getMacAddress
public String getMacAddress ()
Giá trị trả về | |
---|---|
String |
getPreconfigDeviceNumOffset
public Integer getPreconfiguredDeviceNumOffset ()
Giá trị trả về | |
---|---|
Integer |
cấu hình sẵn
public String getPreconfiguredIp ()
Giá trị trả về | |
---|---|
String |
getProduct
public String getProduct ()
Giá trị trả về | |
---|---|
String |
getProductVariant
public String getProductVariant ()
Giá trị trả về | |
---|---|
String |
nhận thuộc tính
public String getProperty (String name)
Tham số | |
---|---|
name |
String |
Giá trị trả về | |
---|---|
String |
nhận phiên bản Sdk
public String getSdkVersion ()
Giá trị trả về | |
---|---|
String |
getSerial
public String getSerial ()
Giá trị trả về | |
---|---|
String |
getSimOperator
public String getSimOperator ()
Giá trị trả về | |
---|---|
String |
getSimState
public String getSimState ()
Giá trị trả về | |
---|---|
String |
getTestDeviceState (Trạng thái thiết bị kiểm thử)
public TestDeviceState getTestDeviceState ()
Giá trị trả về | |
---|---|
TestDeviceState |
isStubThiết bị
public boolean isStubDevice ()
Giá trị trả về | |
---|---|
boolean |
là tạm thời
public boolean isTemporary ()
Trả về việc thiết bị có bị xoá khi kết thúc lệnh gọi hay không.
Giá trị trả về | |
---|---|
boolean |
toString
public String toString ()
Cung cấp nội dung mô tả bằng số sê-ri, sản phẩm và mã bản dựng
Giá trị trả về | |
---|---|
String |