Searched defs:TIME_TO_LIVE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DGlobalDismissManager.java169 private static final long TIME_TO_LIVE = 1 * 60 * 60 * 1000; // 1 hour field in class:GlobalDismissManager
329 if (currentTime - entry.getValue() > TIME_TO_LIVE) {
517 if (currentTime - entry.getValue() > TIME_TO_LIVE) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java779 * for {@link #TIME_TO_LIVE} milliseconds.
787 private static final long TIME_TO_LIVE = 60000; field in class:AccountTypeManagerImpl.InvitableAccountTypeCache
798 return SystemClock.elapsedRealtime() - mTimeLastSet > TIME_TO_LIVE;

Completed in 539 milliseconds