Searched defs:candidateNameType (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 132 …private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo)… in setScoreRange() 142 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore() 151 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() 193 public void matchName(long contactId, int candidateNameType, String candidateName, in matchName()
|
D | RawContactMatcher.java | 136 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, in setScoreRange() 147 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore() 156 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() 192 candidateNameType, String candidateName, int nameType, String name, int algorithm) { in matchName()
|