Home
last modified time | relevance | path

Searched refs:VARIANT_LEGACY_LESS_EQUAL_O (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java185 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
197 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
209 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
235 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
253 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
DNativeDeviceTest.java2948 if (DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O.equals(propName)) { in testGetProductVariant_legacy()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java32 public static final String VARIANT_LEGACY_LESS_EQUAL_O = "ro.product.device"; field in DeviceProperties
DDeviceSelectionOptions.java668 prop = getProperty(device, DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O); in getDeviceProductVariant()
DNativeDevice.java627 DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O, in getProductVariant()