Home
last modified time | relevance | path

Searched refs:PARAMETER_MATCH_NAME (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
DAggregationSuggestionsCompat.java33 public static final String PARAMETER_MATCH_NAME = "name"; field in AggregationSuggestionsCompat
91 builder.appendQueryParameter("query", PARAMETER_MATCH_NAME in build()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java955 if (AggregationSuggestions.PARAMETER_MATCH_NAME.equals(parameter.kind)) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
DContactAggregator2.java891 if (AggregationSuggestions.PARAMETER_MATCH_NAME.equals(parameter.kind)) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6899 AggregationSuggestions.PARAMETER_MATCH_NAME, in queryLocal()