Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java127 private SparseArray<Integer> mPendingEventCounter = new SparseArray<>(); field in NotificationMgr
753 || 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()