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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatcher.java 243 updateSecondaryScore(rawContactId, contactId, accountId, IDENTITY_MATCH_SCORE);
247 updateSecondaryScore(rawContactId, contactId, accountId, PHONE_MATCH_SCORE);
251 updateSecondaryScore(rawContactId, contactId, accountId, EMAIL_MATCH_SCORE);
255 updateSecondaryScore(rawContactId, contactId, accountId, NICKNAME_MATCH_SCORE);
262 private void updateSecondaryScore(long rawContactId, long contactId, long accountId,
264 getMatchingScore(rawContactId, contactId, accountId).updateSecondaryScore(score);
ContactMatcher.java 245 updateSecondaryScore(contactId, PHONE_MATCH_SCORE);
249 updateSecondaryScore(contactId, EMAIL_MATCH_SCORE);
253 updateSecondaryScore(contactId, NICKNAME_MATCH_SCORE);
260 private void updateSecondaryScore(long contactId, int score) {
261 getMatchingScore(contactId).updateSecondaryScore(score);
MatchScore.java 85 public void updateSecondaryScore(int score) {

Completed in 65 milliseconds