Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java138 …private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo)… in setScoreRange() argument
139 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType; in setScoreRange()
148 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore() argument
149 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType; in getMinScore()
157 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() argument
158 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType; in getMaxScore()
281 public void matchName(long contactId, int candidateNameType, String candidateName, in matchName() argument
283 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
297 int minScore = getMinScore(candidateNameType, nameType); in matchName()
318 boolean emailBased = candidateNameType == NameLookupType.EMAIL_BASED_NICKNAME in matchName()