Searched refs:REQUERY_ALLOWANCE_TIME (Results 1 – 1 of 1) sorted by relevance
94 private static final long REQUERY_ALLOWANCE_TIME = 10000L; field in ConversationCursor678 if (updateTime != null && ((now - updateTime) < REQUERY_ALLOWANCE_TIME)) { in resetCursor()