Searched refs:mPendingEventCounter (Results 1 – 1 of 1) sorted by relevance
127 private SparseArray<Integer> mPendingEventCounter = new SparseArray<>(); field in NotificationMgr753 || mPendingEventCounter.get(subId, 0) in shouldShowNotification()768 + " mPendingEventCounter = " + mPendingEventCounter); in shouldShowNotification()780 mPendingEventCounter.put(subId, mPendingEventCounter.get(subId, 0) + 1); in startPendingNetworkSelectionNotification()790 mPendingEventCounter.remove(subId); in clearUpNetworkSelectionNotificationParam()