Searched refs:mPendingNotifyListeners (Results 1 – 1 of 1) sorted by relevance
112 mPendingNotifyListeners = in init()126 private List<OnActiveSubscriptionChangedListener> mPendingNotifyListeners; field in ProxySubscriptionManager133 new ArrayList<OnActiveSubscriptionChangedListener>(mPendingNotifyListeners); in notifySubscriptionInfoMightChanged()137 mPendingNotifyListeners.clear(); in notifySubscriptionInfoMightChanged()165 List<OnActiveSubscriptionChangedListener> listeners = mPendingNotifyListeners; in onStart()166 mPendingNotifyListeners = new ArrayList<OnActiveSubscriptionChangedListener>(); in onStart()260 removeSpecificListenerAndCleanList(listener, mPendingNotifyListeners); in addActiveSubscriptionsListener()275 removeSpecificListenerAndCleanList(listener, mPendingNotifyListeners); in removeActiveSubscriptionsListener()308 mPendingNotifyListeners.addAll(list); in processStatusChangeOnListeners()