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.java132 private SparseArray<Integer> mPreviousServiceState = new SparseArray<>(); field in NotificationMgr
895 if (mPreviousServiceState.get(subId, STATE_UNKNOWN_SERVICE) in shouldShowNotification()
911 mPreviousServiceState.put(subId, serviceState); in shouldShowNotification()
936 mPreviousServiceState.remove(subId); in clearUpNetworkSelectionNotificationParam()