Home
last modified time | relevance | path

Searched refs:BRAND (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java36 public static final String BRAND = "ro.product.brand"; field in DeviceProperties
/tools/tradefederation/core/src/com/android/tradefed/util/
DBuildInfoUtil.java91 device.getProperty(DeviceProperties.BRAND), in bootstrapDeviceBuildAttributes()
/tools/tradefederation/core/src/com/android/tradefed/build/
DDeviceBuildDescriptor.java126 String brand = device.getProperty(DeviceProperties.BRAND); in generateDeviceDesc()