Searched refs:isBackportedProperty (Results 1 – 4 of 4) sorted by relevance
84 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()
97 return isVendorProperty(propertyId) || isBackportedProperty(propertyId); in isVendorOrBackportedProperty()110 public static boolean isBackportedProperty(int propertyId) { in isBackportedProperty() method in CarPropertyHelper
66 } else if (CarPropertyHelper.isBackportedProperty(propertyId)) { in toDebugString()
82 } else if (CarPropertyHelper.isBackportedProperty(propertyId)) { in toPropertyIdString()