Searched defs:keepOut (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DMatchScore.java96 public void keepOut() { method in class:MatchScore
H A DContactMatcher.java268 public void keepOut(long contactId) { method in class:ContactMatcher
269 getMatchingScore(contactId).keepOut();
H A DRawContactMatcher.java271 public void keepOut(long rawContactId, long contactId, long accountId) { method in class:RawContactMatcher
272 getMatchingScore(rawContactId, contactId, accountId).keepOut();

Completed in 62 milliseconds