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.java161 private MatchScore getMatchingScore(long contactId) { in getMatchingScore() method in ContactMatcher
255 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()
259 getMatchingScore(contactId).updateSecondaryScore(score); in updateSecondaryScore()
263 getMatchingScore(contactId).keepIn(); in keepIn()
267 getMatchingScore(contactId).keepOut(); in keepOut()
DRawContactMatcher.java166 private MatchScore getMatchingScore(long rawContactId, long contactId, long accountId) { in getMatchingScore() method in RawContactMatcher
257 getMatchingScore(rawContactId, contactId, accountId).updatePrimaryScore(score); in updatePrimaryScore()
262 getMatchingScore(rawContactId, contactId, accountId).updateSecondaryScore(score); in updateSecondaryScore()
266 getMatchingScore(rawContactId, contactId, accountId).keepIn(); in keepIn()
270 getMatchingScore(rawContactId, contactId, accountId).keepOut(); in keepOut()