Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java107 private static final long SUGGESTION_LOOKUP_DELAY_MILLIS = 300; field in AggregationSuggestionEngine
208 handler.sendMessageDelayed(msg, SUGGESTION_LOOKUP_DELAY_MILLIS); in scheduleSuggestionLookup()