Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java94 private static final long REQUERY_ALLOWANCE_TIME = 10000L; field in ConversationCursor
678 if (updateTime != null && ((now - updateTime) < REQUERY_ALLOWANCE_TIME)) { in resetCursor()