Home
last modified time | relevance | path

Searched refs:HARDWARE (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java26 public static final String HARDWARE = "ro.hardware"; field in DeviceProperties
DDeviceSelectionOptions.java649 prop = getProperty(device, DeviceProperties.HARDWARE); in getDeviceProductType()
DNativeDevice.java576 productType = internalGetProperty(DeviceProperties.HARDWARE, "product", "Product type"); in internalGetProductType()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java385 setGetPropertyExpectation(DeviceProperties.HARDWARE, null); in testGetProductType_adbWithRetry()
398 setGetPropertyExpectation(DeviceProperties.HARDWARE, null).anyTimes(); in testGetProductType_adbFail()
418 injectSystemProperty(DeviceProperties.HARDWARE, expectedOutput); in testGetProductType_legacy()