DeviceDescriptor

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ả thiết bị đang được kiểm thử.

Tóm tắt

Hàm khởi tạo công khai

DeviceDescriptor()
DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state)

Dùng để dễ dàng cập nhật trạng thái trong ClusterDeviceMonitor.

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

Dùng để dễ dàng cập nhật trạng thái của mã sê-ri cho các thiết bị phần giữ chỗ.

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)

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ề liệu thiết bị có bị xoá hay không khi kết thúc lệnh gọi.

String toString()

Cung cấp nội dung mô tả có số sê-ri, mã sản phẩm và mã bản dựng

Hàm khởi tạo công khai

DeviceDescriptor

public DeviceDescriptor ()

DeviceDescriptor

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

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

Tham số
d DeviceDescriptor

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

DeviceDescriptor

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

Dùng để dễ dàng cập nhật trạng thái của mã sê-ri cho các thiết bị phần giữ chỗ.

Tham số
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)

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

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

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

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

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

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

getDeviceState

public IDevice.DeviceState getDeviceState ()

Giá trị trả về
IDevice.DeviceState

getDisplaySerial

public String getDisplaySerial ()

Giá trị trả về
String

getHardwareRevision

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

getCấ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

getProperty

public String getProperty (String name)

Tham số
name String

Giá trị trả về
String

getSdkVersion

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

getState

public DeviceAllocationState getState ()

Giá trị trả về
DeviceAllocationState

getTestDeviceState (Trạng thái thiết bị kiểm thử)

public TestDeviceState getTestDeviceState ()

Giá trị trả về
TestDeviceState

isStubDevice

public boolean isStubDevice ()

Giá trị trả về
boolean

isTemporary

public boolean isTemporary ()

Trả về liệu thiết bị có bị xoá hay không khi kết thúc lệnh gọi.

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