Searched defs:maxSuggestions (Results 1 – 3 of 3) sorted by relevance
49 public LeanbackSuggestionsFactory(InputMethodService context, int maxSuggestions) { in LeanbackSuggestionsFactory()
1961 String[] projection, long contactId, int maxSuggestions, String filter, in queryAggregationSuggestions()1996 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts()
6837 final int maxSuggestions; in queryLocal() local