Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java133 private SparseArray<Long> mOOSTimestamp = new SparseArray<>(); field in NotificationMgr
897 mOOSTimestamp.put(subId, getTimeStamp()); in shouldShowNotification()
899 if ((getTimeStamp() - mOOSTimestamp.get(subId, 0L) in shouldShowNotification()
915 + " mOOSTimestamp = " + mOOSTimestamp in shouldShowNotification()
937 mOOSTimestamp.remove(subId); in clearUpNetworkSelectionNotificationParam()