Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java130 …private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo)… in setScoreRange()
140 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore()
149 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore()
191 public void matchName(long contactId, int candidateNameType, String candidateName, in matchName()
DRawContactMatcher.java134 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, in setScoreRange()
145 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore()
154 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore()
190 candidateNameType, String candidateName, int nameType, String name, int algorithm) { in matchName()