Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java183 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
195 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
207 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
233 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
251 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
DNativeDeviceTest.java2930 if (DeviceProperties.VARIANT_LEGACY_O_MR1.equals(propName)) { in testGetProductVariant_legacyOmr1()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java30 public static final String VARIANT_LEGACY_O_MR1 = "ro.vendor.product.device"; field in DeviceProperties
DDeviceSelectionOptions.java665 prop = getProperty(device, DeviceProperties.VARIANT_LEGACY_O_MR1); in getDeviceProductVariant()
DNativeDevice.java622 DeviceProperties.VARIANT_LEGACY_O_MR1, "variant", "Product variant"); in getProductVariant()