Home
last modified time | relevance | path

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

/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.java743 prop = getProperty(device, DeviceProperties.VARIANT_LEGACY_O_MR1); in getDeviceProductVariant()
DNativeDevice.java870 DeviceProperties.VARIANT_LEGACY_O_MR1, "variant", "Product variant"); in getProductVariant()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java190 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
201 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
212 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
236 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
254 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_O_MR1))
DNativeDeviceTest.java3018 if (DeviceProperties.VARIANT_LEGACY_O_MR1.equals(propName)) { in testGetProductVariant_legacyOmr1()