HomeSort by relevance Sort by last modified time
    Searched refs:TIME_TO_LIVE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 169 private static final long TIME_TO_LIVE = 1 * 60 * 60 * 1000; // 1 hour
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/
AccountTypeManager.java     [all...]

Completed in 64 milliseconds