Searched refs:maxSuggestions (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackSuggestionsFactory.java | 49 public LeanbackSuggestionsFactory(InputMethodService context, int maxSuggestions) { in LeanbackSuggestionsFactory() argument 51 mNumSuggestions = maxSuggestions; in LeanbackSuggestionsFactory()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1961 String[] projection, long contactId, int maxSuggestions, String filter, in queryAggregationSuggestions() argument 1977 maxSuggestions, filter); in queryAggregationSuggestions() 1996 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument 2037 if (bestMatches.size() > maxSuggestions) { in queryMatchingContacts() 2038 limitedMatches = bestMatches.subList(0, maxSuggestions); in queryMatchingContacts()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 6837 final int maxSuggestions; in queryLocal() local 6839 maxSuggestions = Integer.parseInt(limit); in queryLocal() 6841 maxSuggestions = DEFAULT_MAX_SUGGESTIONS; in queryLocal() 6863 maxSuggestions, filter, parameters); in queryLocal()
|