Cihaz Tanımlayıcısı

public class DeviceDescriptor
extends Object

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


Test edilen bir cihazı tanımlayan bilgileri içeren bir sınıf.

Özet

Kamu inşaatçıları

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'da kolay durum güncellemesi için kullanılır.

DeviceDescriptor ( DeviceDescriptor d, String serial, String displaySerial)

Yer tutucu cihazlar için serinin kolay durum güncellemesi için kullanılır.

DeviceDescriptor ( DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)

Genel yöntemler

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

Çağırma sonunda cihazın silinip silinmeyeceğini döndürür.

String toString ()

Seriler, ürün ve yapı kimliğini içeren bir açıklama sağlar

Kamu inşaatçıları

Cihaz Tanımlayıcısı

public DeviceDescriptor ()

Cihaz Tanımlayıcısı

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel)

Parametreler
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

Cihaz Tanımlayıcısı

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)

Parametreler
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

public DeviceDescriptor (DeviceDescriptor d, 
                DeviceAllocationState state)

ClusterDeviceMonitor'da kolay durum güncellemesi için kullanılır.

Parametreler
d DeviceDescriptor

state DeviceAllocationState

Cihaz Tanımlayıcısı

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

Yer tutucu cihazlar için serinin kolay durum güncellemesi için kullanılır.

Parametreler
d DeviceDescriptor

serial String

displaySerial String

Cihaz Tanımlayıcısı

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

Parametreler
d DeviceDescriptor

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

Genel yöntemler

Pil Seviyesini Al

public String getBatteryLevel ()

İadeler
String

getBuildId

public String getBuildId ()

İadeler
String

getDeviceClass

public String getDeviceClass ()

İadeler
String

getDeviceState

public IDevice.DeviceState getDeviceState ()

İadeler
IDevice.DeviceState

getDisplaySerial

public String getDisplaySerial ()

İadeler
String

getHardwareRevision

public String getHardwareRevision ()

İadeler
String

getMacAddress

public String getMacAddress ()

İadeler
String

getPreconfiguredDeviceNumOffset

public Integer getPreconfiguredDeviceNumOffset ()

İadeler
Integer

getPreconfiguredIp

public String getPreconfiguredIp ()

İadeler
String

Ürün al

public String getProduct ()

İadeler
String

getProductVariant

public String getProductVariant ()

İadeler
String

getProperty

public String getProperty (String name)

Parametreler
name String

İadeler
String

getSdkVersion

public String getSdkVersion ()

İadeler
String

seriyi al

public String getSerial ()

İadeler
String

getSimOperatörü

public String getSimOperator ()

İadeler
String

getSimState

public String getSimState ()

İadeler
String

getState

public DeviceAllocationState getState ()

İadeler
DeviceAllocationState

getTestDeviceState

public TestDeviceState getTestDeviceState ()

İadeler
TestDeviceState

isStubDevice

public boolean isStubDevice ()

İadeler
boolean

Geçici

public boolean isTemporary ()

Çağırma sonunda cihazın silinip silinmeyeceğini döndürür.

İadeler
boolean

toString

public String toString ()

Seriler, ürün ve yapı kimliğini içeren bir açıklama sağlar

İadeler
String

,

Cihaz Tanımlayıcısı

public class DeviceDescriptor
extends Object

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


Test edilen bir cihazı tanımlayan bilgileri içeren bir sınıf.

Özet

Kamu inşaatçıları

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'da kolay durum güncellemesi için kullanılır.

DeviceDescriptor ( DeviceDescriptor d, String serial, String displaySerial)

Yer tutucu cihazlar için serinin kolay durum güncellemesi için kullanılır.

DeviceDescriptor ( DeviceDescriptor d, String preconfiguredIp, Integer preconfiguredDeviceNumOffset)

Genel yöntemler

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

Çağırma sonunda cihazın silinip silinmeyeceğini döndürür.

String toString ()

Seriler, ürün ve yapı kimliğini içeren bir açıklama sağlar

Kamu inşaatçıları

Cihaz Tanımlayıcısı

public DeviceDescriptor ()

Cihaz Tanımlayıcısı

public DeviceDescriptor (String serial, 
                boolean isStubDevice, 
                DeviceAllocationState state, 
                String product, 
                String productVariant, 
                String sdkVersion, 
                String buildId, 
                String batteryLevel)

Parametreler
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

Cihaz Tanımlayıcısı

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)

Parametreler
serial String

isStubDevice boolean

state DeviceAllocationState

product String

productVariant String

sdkVersion String

buildId String

batteryLevel String

deviceClass String

macAddress String

simState String

simOperator String

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

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)

Parametreler
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

Cihaz Tanımlayıcısı

public DeviceDescriptor (DeviceDescriptor d, 
                DeviceAllocationState state)

ClusterDeviceMonitor'da kolay durum güncellemesi için kullanılır.

Parametreler
d DeviceDescriptor

state DeviceAllocationState

Cihaz Tanımlayıcısı

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

Yer tutucu cihazlar için serinin kolay durum güncellemesi için kullanılır.

Parametreler
d DeviceDescriptor

serial String

displaySerial String

Cihaz Tanımlayıcısı

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

Parametreler
d DeviceDescriptor

preconfiguredIp String

preconfiguredDeviceNumOffset Integer

Genel yöntemler

Pil Seviyesini Al

public String getBatteryLevel ()

İadeler
String

getBuildId

public String getBuildId ()

İadeler
String

getDeviceClass

public String getDeviceClass ()

İadeler
String

getDeviceState

public IDevice.DeviceState getDeviceState ()

İadeler
IDevice.DeviceState

getDisplaySerial

public String getDisplaySerial ()

İadeler
String

getHardwareRevision

public String getHardwareRevision ()

İadeler
String

getMacAddress

public String getMacAddress ()

İadeler
String

getPreconfiguredDeviceNumOffset

public Integer getPreconfiguredDeviceNumOffset ()

İadeler
Integer

getPreconfiguredIp

public String getPreconfiguredIp ()

İadeler
String

Ürün al

public String getProduct ()

İadeler
String

getProductVariant

public String getProductVariant ()

İadeler
String

getProperty

public String getProperty (String name)

Parametreler
name String

İadeler
String

getSdkVersion

public String getSdkVersion ()

İadeler
String

seriyi al

public String getSerial ()

İadeler
String

getSimOperatörü

public String getSimOperator ()

İadeler
String

getSimState

public String getSimState ()

İadeler
String

getState

public DeviceAllocationState getState ()

İadeler
DeviceAllocationState

getTestDeviceState

public TestDeviceState getTestDeviceState ()

İadeler
TestDeviceState

isStubDevice

public boolean isStubDevice ()

İadeler
boolean

Geçici

public boolean isTemporary ()

Çağırma sonunda cihazın silinip silinmeyeceğini döndürür.

İadeler
boolean

toString

public String toString ()

Seriler, ürün ve yapı kimliğini içeren bir açıklama sağlar

İadeler
String