Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java79 mPropertyIdToCarPropertyEventCallbackController = new SparseArray<>(); field in CarPropertyManager
236 mPropertyIdToCarPropertyEventCallbackController.get( in CarPropertyManager()
311 mPropertyIdToCarPropertyEventCallbackController.get(propertyId); in registerCallback()
315 mPropertyIdToCarPropertyEventCallbackController.put(propertyId, in registerCallback()
354 propertyIds = new int[mPropertyIdToCarPropertyEventCallbackController.size()]; in unregisterCallback()
355 for (int i = 0; i < mPropertyIdToCarPropertyEventCallbackController.size(); i++) { in unregisterCallback()
356 propertyIds[i] = mPropertyIdToCarPropertyEventCallbackController.keyAt(i); in unregisterCallback()
376 mPropertyIdToCarPropertyEventCallbackController.get(propertyId); in unregisterCallback()
385 mPropertyIdToCarPropertyEventCallbackController.remove(propertyId); in unregisterCallback()
1049 mPropertyIdToCarPropertyEventCallbackController.clear(); in onCarDisconnected()