Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDrivingStateService.java64 private static final int[] REQUIRED_PROPERTIES = { field in CarDrivingStateService
124 for (int property : REQUIRED_PROPERTIES) { in release()
147 .getPropertyConfigList(REQUIRED_PROPERTIES); in checkPropertySupport()
148 for (int propertyId : REQUIRED_PROPERTIES) { in checkPropertySupport()
168 for (int propertyId : REQUIRED_PROPERTIES) { in subscribeToProperties()
370 .getPropertyConfigList(REQUIRED_PROPERTIES); in getSupportedGears()