Searched refs:maxSuggestions (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1954 String[] projection, long contactId, int maxSuggestions, String filter, in queryAggregationSuggestions() argument 1970 maxSuggestions, filter); in queryAggregationSuggestions() 1989 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument 2030 if (bestMatches.size() > maxSuggestions) { in queryMatchingContacts() 2031 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()
|