Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/
DCarPropertyHelperUnitTest.java77 expectThat(CarPropertyHelper.isVendorProperty(VENDOR_PROPERTY)).isTrue(); in testIsVendorProperty()
78 expectThat(CarPropertyHelper.isVendorProperty(BACKPORTED_PROPERTY)).isFalse(); in testIsVendorProperty()
79 expectThat(CarPropertyHelper.isVendorProperty(SYSTEM_PROPERTY)).isFalse(); in testIsVendorProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java97 return isVendorProperty(propertyId) || isBackportedProperty(propertyId); in isVendorOrBackportedProperty()
103 public static boolean isVendorProperty(int propertyId) { in isVendorProperty() method in CarPropertyHelper
DVehiclePropertyIdDebugUtils.java64 } else if (CarPropertyHelper.isVendorProperty(propertyId)) { in toDebugString()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java323 if (!isVendorProperty(request.prop.prop)) { in getValues()
345 if (!isVendorProperty(propId)) { in getValues()
414 private boolean isVendorProperty(int prop) { in isVendorProperty() method in CarVendorExtensionManagerTest.VendorExtMockedVehicleHal
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java80 } else if (CarPropertyHelper.isVendorProperty(propertyId)) { in toPropertyIdString()