Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java188 SparseBooleanArray optionalPropertiesSupported = new SparseBooleanArray(); in checkPropertySupport() local
190 optionalPropertiesSupported.put(config.getPropertyId(), true); in checkPropertySupport()
193 mOptionalPropertiesSupported = optionalPropertiesSupported; in checkPropertySupport()