Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java130 mPropIdToCpeCallbackControllerList = new SparseArray<>(); field in CarPropertyManager
1063 mPropIdToCpeCallbackControllerList.get(propertyId); in CarPropertyManager()
1593 mPropIdToCpeCallbackControllerList.get(propertyId); in subscribePropertyEventsInternal()
1596 mPropIdToCpeCallbackControllerList.put(propertyId, cpeCallbackControllerSet); in subscribePropertyEventsInternal()
1893 mPropIdToCpeCallbackControllerList.get(propertyId); in unsubscribePropertyEventsInternal()
1920 mPropIdToCpeCallbackControllerList.remove(propertyId); in unsubscribePropertyEventsInternal()
2994 mPropIdToCpeCallbackControllerList.clear(); in onCarDisconnected()