Searched refs:mPendingEventCounter (Results 1 – 1 of 1) sorted by relevance
147 private SparseArray<Integer> mPendingEventCounter = new SparseArray<>(); field in NotificationMgr997 || mPendingEventCounter.get(subId, 0) in shouldShowNotification()1012 + " mPendingEventCounter = " + mPendingEventCounter); in shouldShowNotification()1131 mPendingEventCounter.put(subId, mPendingEventCounter.get(subId, 0) + 1); in startPendingNetworkSelectionNotification()1141 mPendingEventCounter.remove(subId); in clearUpNetworkSelectionNotificationParam()