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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java130 * corresponding to the {@code candidateNameType} and {@code nameType}.
132 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo) { argument
133 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
139 * Returns the lower range for the match score for the given {@code candidateNameType} and
142 private static int getMinScore(int candidateNameType, int nameType) { argument
143 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
148 * Returns the upper range for the match score for the given {@code candidateNameType} and
151 private static int getMaxScore(int candidateNameType, int nameType) { argument
152 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
193 public void matchName(long contactId, int candidateNameType, Strin argument
[all...]
H A DRawContactMatcher.java134 * corresponding to the {@code candidateNameType} and {@code nameType}.
136 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, argument
138 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
144 * Returns the lower range for the match score for the given {@code candidateNameType} and
147 private static int getMinScore(int candidateNameType, int nameType) { argument
148 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
153 * Returns the upper range for the match score for the given {@code candidateNameType} and
156 private static int getMaxScore(int candidateNameType, int nameType) { argument
157 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
192 candidateNameType, Strin
191 matchName(long rawContactId, long contactId, long accountId, int candidateNameType, String candidateName, int nameType, String name, int algorithm) argument
[all...]

Completed in 115 milliseconds