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.java134 private SparseArray<Integer> mPendingEventCounter = new SparseArray<>(); field in NotificationMgr
901 || mPendingEventCounter.get(subId, 0) in shouldShowNotification()
916 + " mPendingEventCounter = " + mPendingEventCounter); in shouldShowNotification()
928 mPendingEventCounter.put(subId, mPendingEventCounter.get(subId, 0) + 1); in startPendingNetworkSelectionNotification()
938 mPendingEventCounter.remove(subId); in clearUpNetworkSelectionNotificationParam()