Searched refs:HARDWARE (Results 1 – 4 of 4) sorted by relevance
26 public static final String HARDWARE = "ro.hardware"; field in DeviceProperties
639 prop = getProperty(device, DeviceProperties.HARDWARE); in getDeviceProductType()
513 productType = internalGetProperty(DeviceProperties.HARDWARE, "product", "Product type"); in internalGetProductType()
380 EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.HARDWARE)).andReturn(null); in testGetProductType_adbWithRetry()412 injectSystemProperty(DeviceProperties.HARDWARE, expectedOutput); in testGetProductType_legacy()