HomeSort by relevance Sort by last modified time
    Searched refs:MatchScore (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 164 * contactId - MatchScore map.
166 public static class MatchScore implements Comparable<MatchScore> {
174 public MatchScore(long contactId) {
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 getMatchingScore(long contactId)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 67 import com.android.providers.contacts.aggregation.util.ContactMatcher.MatchScore;
    [all...]

Completed in 2878 milliseconds