Searched refs:isVendorProperty (Results 1 – 5 of 5) sorted by relevance
77 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()
97 return isVendorProperty(propertyId) || isBackportedProperty(propertyId); in isVendorOrBackportedProperty()103 public static boolean isVendorProperty(int propertyId) { in isVendorProperty() method in CarPropertyHelper
64 } else if (CarPropertyHelper.isVendorProperty(propertyId)) { in toDebugString()
323 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
80 } else if (CarPropertyHelper.isVendorProperty(propertyId)) { in toPropertyIdString()