Searched refs:VARIANT_LEGACY_LESS_EQUAL_O (Results 1 – 5 of 5) sorted by relevance
32 public static final String VARIANT_LEGACY_LESS_EQUAL_O = "ro.product.device"; field in DeviceProperties
746 prop = getProperty(device, DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O); in getDeviceProductVariant()
875 DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O, in getProductVariant()
192 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))
3036 if (DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O.equals(propName)) { in testGetProductVariant_legacy()