Searched refs:nameType (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java136 * corresponding to the {@code candidateNameType} and {@code nameType}.
138 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo) { argument
139 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
146 * {@code nameType}.
148 private static int getMinScore(int candidateNameType, int nameType) { argument
149 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
155 * {@code nameType}.
157 private static int getMaxScore(int candidateNameType, int nameType) { argument
158 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
282 int nameType, Strin
281 matchName(long contactId, int candidateNameType, String candidateName, int nameType, String name, int algorithm) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1680 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE);
1688 nameType, name, algorithm);

Completed in 106 milliseconds