Home
last modified time | relevance | path

Searched refs:keepOut (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java268 public void keepOut(long contactId) { in keepOut() method in ContactMatcher
269 getMatchingScore(contactId).keepOut(); in keepOut()
H A DRawContactMatcher.java271 public void keepOut(long rawContactId, long contactId, long accountId) { in keepOut() method in RawContactMatcher
272 getMatchingScore(rawContactId, contactId, accountId).keepOut(); in keepOut()
H A DMatchScore.java96 public void keepOut() { in keepOut() method in MatchScore
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java588 matcher.keepOut(contactId); in pickBestMatchBasedOnExceptions()
915 matcher.keepOut(contactId); in findMatchingContacts()
H A DContactAggregator2.java543 matcher.keepOut(rId, contactId, accountId); in updateMatchScoresBasedOnExceptions()
835 matcher.keepOut(rawContactId, contactId, accountId); in findMatchingContacts()