Home
last modified time | relevance | path

Searched refs:getMatchingScore (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java163 private MatchScore getMatchingScore(long contactId) { in getMatchingScore() method in ContactMatcher
257 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()
261 getMatchingScore(contactId).updateSecondaryScore(score); in updateSecondaryScore()
265 getMatchingScore(contactId).keepIn(); in keepIn()
269 getMatchingScore(contactId).keepOut(); in keepOut()
DRawContactMatcher.java168 private MatchScore getMatchingScore(long rawContactId, long contactId, long accountId) { in getMatchingScore() method in RawContactMatcher
259 getMatchingScore(rawContactId, contactId, accountId).updatePrimaryScore(score); in updatePrimaryScore()
264 getMatchingScore(rawContactId, contactId, accountId).updateSecondaryScore(score); in updateSecondaryScore()
268 getMatchingScore(rawContactId, contactId, accountId).keepIn(); in keepIn()
272 getMatchingScore(rawContactId, contactId, accountId).keepOut(); in keepOut()