Searched refs:TIME_TO_LIVE (Results 1 – 2 of 2) sorted by relevance
169 private static final long TIME_TO_LIVE = 1 * 60 * 60 * 1000; // 1 hour field in GlobalDismissManager329 if (currentTime - entry.getValue() > TIME_TO_LIVE) { in syncSenderDismissCache()517 if (currentTime - entry.getValue() > TIME_TO_LIVE) { in syncReceiverDismissCache()
789 private static final long TIME_TO_LIVE = 60000; field in AccountTypeManagerImpl.InvitableAccountTypeCache800 return SystemClock.elapsedRealtime() - mTimeLastSet > TIME_TO_LIVE; in isExpired()