DeviceProperties
public
class
DeviceProperties
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.DeviceProperties |
Common constant definitions for device side property names
Summary
Fields | |
---|---|
public
static
final
String |
BOARD
property name for device board |
public
static
final
String |
BOOT_REASON_HISTORY
property name for device boot reason history |
public
static
final
String |
BRAND
property name for device brand |
public
static
final
String |
BUILD_ALIAS
property name for the alias of the build name |
public
static
final
String |
BUILD_CODENAME
property name for the build codename of the device. |
public
static
final
String |
BUILD_FLAVOR
property name for the flavor of the device build |
public
static
final
String |
BUILD_HEADLESS
property name for whether or not the device is headless |
public
static
final
String |
BUILD_ID
property name for the build id of the device |
public
static
final
String |
BUILD_TAGS
property name for the build tags of the device |
public
static
final
String |
BUILD_TYPE
property name for the type of build |
public
static
final
String |
FIRST_API_LEVEL
property name for the SDK version that initially shipped on the device. |
public
static
final
String |
HARDWARE
property name for device hardware |
public
static
final
String |
HARDWARE_REVISION
property name for the hardware revision. |
public
static
final
String |
PRODUCT
property name for device product name |
public
static
final
String |
RELEASE_VERSION
property name for device release version, e.g. version 9 for Android Pie |
public
static
final
String |
SDK_VERSION
proprty name to indicate SDK version |
public
static
final
String |
VARIANT
proprty name to indicate device variant (e.g. flo vs dev) |
public
static
final
String |
VARIANT_LEGACY_LESS_EQUAL_O
Legacy property name to indicate device variant (e.g. flo vs dev) |
public
static
final
String |
VARIANT_LEGACY_O_MR1
Legacy O-MR1 property name to indicate device variant (e.g. flo vs dev) |
Public constructors | |
---|---|
DeviceProperties()
|
Fields
BOARD
public static final String BOARD
property name for device board
BOOT_REASON_HISTORY
public static final String BOOT_REASON_HISTORY
property name for device boot reason history
BRAND
public static final String BRAND
property name for device brand
BUILD_ALIAS
public static final String BUILD_ALIAS
property name for the alias of the build name
BUILD_CODENAME
public static final String BUILD_CODENAME
property name for the build codename of the device. Example: Q
BUILD_FLAVOR
public static final String BUILD_FLAVOR
property name for the flavor of the device build
BUILD_HEADLESS
public static final String BUILD_HEADLESS
property name for whether or not the device is headless
BUILD_ID
public static final String BUILD_ID
property name for the build id of the device
BUILD_TAGS
public static final String BUILD_TAGS
property name for the build tags of the device
BUILD_TYPE
public static final String BUILD_TYPE
property name for the type of build
FIRST_API_LEVEL
public static final String FIRST_API_LEVEL
property name for the SDK version that initially shipped on the device.
HARDWARE
public static final String HARDWARE
property name for device hardware
HARDWARE_REVISION
public static final String HARDWARE_REVISION
property name for the hardware revision.
PRODUCT
public static final String PRODUCT
property name for device product name
RELEASE_VERSION
public static final String RELEASE_VERSION
property name for device release version, e.g. version 9 for Android Pie
SDK_VERSION
public static final String SDK_VERSION
proprty name to indicate SDK version
VARIANT
public static final String VARIANT
proprty name to indicate device variant (e.g. flo vs dev)
VARIANT_LEGACY_LESS_EQUAL_O
public static final String VARIANT_LEGACY_LESS_EQUAL_O
Legacy property name to indicate device variant (e.g. flo vs dev)
VARIANT_LEGACY_O_MR1
public static final String VARIANT_LEGACY_O_MR1
Legacy O-MR1 property name to indicate device variant (e.g. flo vs dev)
Public constructors
DeviceProperties
public DeviceProperties ()