Home
last modified time | relevance | path

Searched refs:isSystemProperty (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyHelper.java61 return isSystemProperty(propertyId) || isVendorOrBackportedProperty(propertyId); in isSupported()
89 public static boolean isSystemProperty(int propertyId) { in isSystemProperty() method in CarPropertyHelper
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java39 import static com.android.car.internal.property.CarPropertyHelper.isSystemProperty;
1948 && isSystemProperty(propertyId); in isStaticAndSystemPropertyLocked()