Searched refs:BOARD (Results 1 – 6 of 6) sorted by relevance
24 public static final String BOARD = "ro.product.board"; field in DeviceProperties
646 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType()
573 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType()
220 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);231 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);249 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
829 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()831 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()
384 setGetPropertyExpectation(DeviceProperties.BOARD, null); in testGetProductType_adbWithRetry()388 injectSystemProperty(DeviceProperties.BOARD, expectedOutput); in testGetProductType_adbWithRetry()399 injectSystemProperty(DeviceProperties.BOARD, null).times(3); in testGetProductType_adbFail()417 injectSystemProperty(DeviceProperties.BOARD, ""); in testGetProductType_legacy()