OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 182 milliseconds