Searched refs:isVendorOrBackportedProperty (Results 1 – 3 of 3) sorted by relevance
70 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()
61 return isSystemProperty(propertyId) || isVendorOrBackportedProperty(propertyId); in isSupported()96 public static boolean isVendorOrBackportedProperty(int propertyId) { in isVendorOrBackportedProperty() method in CarPropertyHelper
285 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()