ডিভাইস বর্ণনাকারী
public class DeviceDescriptor
extends Object
java.lang.অবজেক্ট |
↳ | 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) |
পাবলিক কনস্ট্রাক্টর
ডিভাইস বর্ণনাকারী
public 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 |
ডিভাইস বর্ণনাকারী
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 |
ডিভাইস বর্ণনাকারী
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 |
ডিভাইস বর্ণনাকারী
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 |
ডিভাইস বর্ণনাকারী
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 DeviceDescriptor (DeviceDescriptor d,
DeviceAllocationState state)
ClusterDeviceMonitor-এ সহজ স্টেট আপডেট করার জন্য ব্যবহার করা হয়।
পরামিতি |
---|
d | DeviceDescriptor |
state | DeviceAllocationState |
ডিভাইস বর্ণনাকারী
public DeviceDescriptor (DeviceDescriptor d,
String serial,
String displaySerial)
প্লেসহোল্ডার ডিভাইসের জন্য সিরিয়ালের সহজ স্টেট আপডেট করার জন্য ব্যবহার করা হয়।
পরামিতি |
---|
d | DeviceDescriptor |
serial | String |
displaySerial | String |
ডিভাইস বর্ণনাকারী
public DeviceDescriptor (DeviceDescriptor d,
String preconfiguredIp,
Integer preconfiguredDeviceNumOffset)
পরামিতি |
---|
d | DeviceDescriptor |
preconfiguredIp | String |
preconfiguredDeviceNumOffset | Integer |
পাবলিক পদ্ধতি
ব্যাটারি লেভেল পান
public String getBatteryLevel ()
getBuildId
public String getBuildId ()
ডিভাইসক্লাস পান
public String getDeviceClass ()
getDeviceState
public IDevice.DeviceState getDeviceState ()
রিটার্নস |
---|
IDevice.DeviceState | |
getDisplaySerial
public String getDisplaySerial ()
হার্ডওয়্যার রিভিশন পান
public String getHardwareRevision ()
getMacAddress
public String getMacAddress ()
public Integer getPreconfiguredDeviceNumOffset ()
public String getPreconfiguredIp ()
পণ্য পান
public String getProduct ()
GetProduct ভেরিয়েন্ট
public String getProductVariant ()
সম্পত্তি পান
public String getProperty (String name)
getSdkVersion
public String getSdkVersion ()
getSerial
public String getSerial ()
getSimOperator
public String getSimOperator ()
getSimState
public String getSimState ()
isStubDevice
public boolean isStubDevice ()
অস্থায়ী
public boolean isTemporary ()
আমন্ত্রণ শেষে ডিভাইসটি মুছে ফেলা হবে কিনা তা ফেরত দেয়।
toString
public String toString ()
সিরিয়াল, পণ্য এবং বিল্ড আইডি সহ একটি বিবরণ প্রদান করে