Home
last modified time | relevance | path

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

/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.java746 prop = getProperty(device, DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O); in getDeviceProductVariant()
DNativeDevice.java875 DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O, in getProductVariant()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java192 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
203 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
214 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
238 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
256 when(mMockDevice.getProperty(DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O))
DNativeDeviceTest.java3036 if (DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O.equals(propName)) { in testGetProductVariant_legacy()