Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DGlobalDismissManager.java169 private static final long TIME_TO_LIVE = 1 * 60 * 60 * 1000; // 1 hour field in GlobalDismissManager
329 if (currentTime - entry.getValue() > TIME_TO_LIVE) { in syncSenderDismissCache()
517 if (currentTime - entry.getValue() > TIME_TO_LIVE) { in syncReceiverDismissCache()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java789 private static final long TIME_TO_LIVE = 60000; field in AccountTypeManagerImpl.InvitableAccountTypeCache
800 return SystemClock.elapsedRealtime() - mTimeLastSet > TIME_TO_LIVE; in isExpired()