Home
last modified time | relevance | path

Searched refs:isBackportedProperty (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DCarPropertyHelperUnitTest.java84 expectThat(CarPropertyHelper.isBackportedProperty(VENDOR_PROPERTY)).isFalse(); in testIsBackportedProperty()
85 expectThat(CarPropertyHelper.isBackportedProperty(BACKPORTED_PROPERTY)).isTrue(); in testIsBackportedProperty()
86 expectThat(CarPropertyHelper.isBackportedProperty(SYSTEM_PROPERTY)).isFalse(); in testIsBackportedProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java97 return isVendorProperty(propertyId) || isBackportedProperty(propertyId); in isVendorOrBackportedProperty()
110 public static boolean isBackportedProperty(int propertyId) { in isBackportedProperty() method in CarPropertyHelper
DVehiclePropertyIdDebugUtils.java66 } else if (CarPropertyHelper.isBackportedProperty(propertyId)) { in toDebugString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java82 } else if (CarPropertyHelper.isBackportedProperty(propertyId)) { in toPropertyIdString()