Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java140 if (isOptionalPropertySupportedLocked(property)) { in release()
203 private boolean isOptionalPropertySupportedLocked(int propertyId) { in isOptionalPropertySupportedLocked() method in CarDrivingStateService
220 if (isOptionalPropertySupportedLocked(propertyId)) { in subscribeToProperties()
482 if (isOptionalPropertySupportedLocked(VehicleProperty.IGNITION_STATE) in inferDrivingStateLocked()