Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java491 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher); in updateAggregationAfterVisibilityChange()
674 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresBasedOnDataMatches()
760 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator
944 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
956 updateMatchScoresBasedOnNameMatches(db, parameter.value, candidates, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
DContactAggregator2.java476 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher); in updateAggregationAfterVisibilityChange()
580 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator2
634 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator2
859 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
873 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScores()
892 updateMatchScoresBasedOnNameMatches(db, parameter.value, candidates, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
DAbstractContactAggregator.java1124 protected final void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in AbstractContactAggregator