Searched defs:nameType (Results 1 – 5 of 5) 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() 194 int nameType, String name, int algorithm) { 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()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 887 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates() local
|
D | ContactAggregator2.java | 763 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates() local
|
D | AbstractContactAggregator.java | 1243 int nameType = c.getInt(ContactNameLookupQuery.NAME_TYPE); in matchAllCandidates() local
|