Home
last modified time | relevance | path

Searched refs:isVendorOrBackportedProperty (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DCarPropertyHelperUnitTest.java70 expectThat(CarPropertyHelper.isVendorOrBackportedProperty(VENDOR_PROPERTY)).isTrue(); in testIsVendorOrBackportedProperty()
71 expectThat(CarPropertyHelper.isVendorOrBackportedProperty(BACKPORTED_PROPERTY)).isTrue(); in testIsVendorOrBackportedProperty()
72 expectThat(CarPropertyHelper.isVendorOrBackportedProperty(SYSTEM_PROPERTY)).isFalse(); in testIsVendorOrBackportedProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java61 return isSystemProperty(propertyId) || isVendorOrBackportedProperty(propertyId); in isSupported()
96 public static boolean isVendorOrBackportedProperty(int propertyId) { in isVendorOrBackportedProperty() method in CarPropertyHelper
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java285 if (CarPropertyHelper.isVendorOrBackportedProperty(halPropId)) { in getReadPermission()
324 if (CarPropertyHelper.isVendorOrBackportedProperty(halPropId)) { in getWritePermission()
392 || CarPropertyHelper.isVendorOrBackportedProperty(propId); in isSupportedProperty()
409 if (!CarPropertyHelper.isVendorOrBackportedProperty(propId)) { in customizeVendorPermission()