Searched defs:MatchScore (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java164 * contactId - MatchScore map.
166 public static class MatchScore implements Comparable<MatchScore> { class in class:ContactMatcher
174 public MatchScore(long contactId) { method in class:ContactMatcher.MatchScore
233 public int compareTo(MatchScore another) {
244 private final HashMap<Long, MatchScore> mScores = new HashMap<Long, MatchScore>();
245 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>();
251 private MatchScore getMatchingScor
[all...]

Completed in 59 milliseconds