Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java140 private SparseArray<Long> mOOSTimestamp = new SparseArray<>(); field in NotificationMgr
912 mOOSTimestamp.put(subId, getTimeStamp()); in shouldShowNotification()
914 if ((getTimeStamp() - mOOSTimestamp.get(subId, 0L) in shouldShowNotification()
930 + " mOOSTimestamp = " + mOOSTimestamp in shouldShowNotification()
952 mOOSTimestamp.remove(subId); in clearUpNetworkSelectionNotificationParam()