Searched refs:mOptionalPropertiesSupported (Results 1 – 1 of 1) sorted by relevance
96 private SparseBooleanArray mOptionalPropertiesSupported; field in CarDrivingStateService158 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()