Home
last modified time | relevance | path

Searched refs:BOARD (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java24 public static final String BOARD = "ro.product.board"; field in DeviceProperties
DDeviceSelectionOptions.java646 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType()
DNativeDevice.java573 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java220 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);
DTestDeviceFuncTest.java829 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()
831 assertNotNull(getDevice().getProperty(DeviceProperties.BOARD)); in testGetProperty()
DTestDeviceTest.java384 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()