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.java100 private static final long SUGGESTION_LOOKUP_DELAY_MILLIS = 300; field in AggregationSuggestionEngine
197 handler.sendMessageDelayed(msg, SUGGESTION_LOOKUP_DELAY_MILLIS); in scheduleSuggestionLookup()