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.java639 prop = getProperty(device, DeviceProperties.HARDWARE); in getDeviceProductType()
DNativeDevice.java513 productType = internalGetProperty(DeviceProperties.HARDWARE, "product", "Product type"); in internalGetProductType()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java380 EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.HARDWARE)).andReturn(null); in testGetProductType_adbWithRetry()
412 injectSystemProperty(DeviceProperties.HARDWARE, expectedOutput); in testGetProductType_legacy()