Searched defs:maxSuggestions (Results 1 – 4 of 4) sorted by relevance
49 public LeanbackSuggestionsFactory(InputMethodService context, int maxSuggestions) { in LeanbackSuggestionsFactory()
322 int maxSuggestions, in Request()336 int maxSuggestions = in.readInt(); in readFromParcel() local
1961 String[] projection, long contactId, int maxSuggestions, String filter, in queryAggregationSuggestions()1996 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts()
6850 final int maxSuggestions; in queryLocal() local