Home | History | Annotate | Download | only in aggregation

Lines Matching defs:mMatcher

74     private final RawContactMatcher mMatcher = new RawContactMatcher();
473 mMatcher.clear();
475 updateMatchScoresBasedOnIdentityMatch(db, rawContactId, mMatcher);
476 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher);
478 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY);
483 mMatcher.clear();
484 updateMatchScoresBasedOnEmailMatches(db, rawContactId, mMatcher);
485 updateMatchScoresBasedOnPhoneMatches(db, rawContactId, mMatcher);
487 mMatcher.pickBestMatches(SCORE_THRESHOLD_SECONDARY);