Searched refs:BOARD (Results 1 – 7 of 7) sorted by relevance
24 public static final String BOARD = "ro.product.board"; field in DeviceProperties
533 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType()
477 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType()
178 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);190 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);206 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
768 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()770 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()
374 EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.BOARD)).andReturn(null); in testGetProductType_adb()376 injectSystemProperty(DeviceProperties.BOARD, expectedOutput); in testGetProductType_adb()387 injectSystemProperty(DeviceProperties.BOARD, null).times(3); in testGetProductType_adbFail()
1112 … EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.BOARD)).andReturn("hardware_test"); in setDeviceDescriptorExpectation()