Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1329 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher); in updateAggregationAfterVisibilityChange()
1622 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresBasedOnDataMatches()
1708 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator
1798 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator
2797 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
2809 updateMatchScoresBasedOnNameMatches(db, parameter.value, candidates, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()