OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingScore
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
163
private MatchScore
getMatchingScore
(long contactId) {
257
getMatchingScore
(contactId).updatePrimaryScore(score);
261
getMatchingScore
(contactId).updateSecondaryScore(score);
265
getMatchingScore
(contactId).keepIn();
269
getMatchingScore
(contactId).keepOut();
RawContactMatcher.java
168
private MatchScore
getMatchingScore
(long rawContactId, long contactId, long accountId) {
259
getMatchingScore
(rawContactId, contactId, accountId).updatePrimaryScore(score);
264
getMatchingScore
(rawContactId, contactId, accountId).updateSecondaryScore(score);
268
getMatchingScore
(rawContactId, contactId, accountId).keepIn();
272
getMatchingScore
(rawContactId, contactId, accountId).keepOut();
Completed in 660 milliseconds