Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java96 private SparseBooleanArray mOptionalPropertiesSupported; field in CarDrivingStateService
158 if (mOptionalPropertiesSupported != null) { in release()
159 mOptionalPropertiesSupported.clear(); in release()
193 mOptionalPropertiesSupported = optionalPropertiesSupported; in checkPropertySupport()
204 if (mOptionalPropertiesSupported != null) { in isOptionalPropertySupportedLocked()
205 return mOptionalPropertiesSupported.get(propertyId); in isOptionalPropertySupportedLocked()