Searched refs:cpeCallbackControllerSet (Results 1 – 1 of 1) sorted by relevance
1062 ArraySet<CarPropertyEventCallbackController> cpeCallbackControllerSet = in CarPropertyManager()1064 if (cpeCallbackControllerSet == null) { in CarPropertyManager()1069 for (int i = 0; i < cpeCallbackControllerSet.size(); i++) { in CarPropertyManager()1070 cpeCallbacks.add(cpeCallbackControllerSet.valueAt(i)); in CarPropertyManager()1592 ArraySet<CarPropertyEventCallbackController> cpeCallbackControllerSet = in subscribePropertyEventsInternal() local1594 if (cpeCallbackControllerSet == null) { in subscribePropertyEventsInternal()1595 cpeCallbackControllerSet = new ArraySet<>(); in subscribePropertyEventsInternal()1596 mPropIdToCpeCallbackControllerList.put(propertyId, cpeCallbackControllerSet); in subscribePropertyEventsInternal()1598 cpeCallbackControllerSet.add(cpeCallbackController); in subscribePropertyEventsInternal()1892 ArraySet<CarPropertyEventCallbackController> cpeCallbackControllerSet = in unsubscribePropertyEventsInternal() local[all …]