Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java205 public void keepIn() { in keepIn() method in ContactMatcher.MatchScore
352 public void keepIn(long contactId) { in keepIn() method in ContactMatcher
353 getMatchingScore(contactId).keepIn(); in keepIn()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1498 matcher.keepIn(contactId); in pickBestMatchBasedOnExceptions()