Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java125 private SparseArray<Integer> mPreviousServiceState = new SparseArray<>(); field in NotificationMgr
747 if (mPreviousServiceState.get(subId, STATE_UNKNOWN_SERVICE) in shouldShowNotification()
763 mPreviousServiceState.put(subId, serviceState); in shouldShowNotification()
788 mPreviousServiceState.remove(subId); in clearUpNetworkSelectionNotificationParam()