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.java489 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher); in updateAggregationAfterVisibilityChange()
672 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresBasedOnDataMatches()
758 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator
942 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
954 updateMatchScoresBasedOnNameMatches(db, parameter.value, candidates, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
DContactAggregator2.java474 updateMatchScoresBasedOnNameMatches(db, rawContactId, mMatcher); in updateAggregationAfterVisibilityChange()
578 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, long rawContactId, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator2
632 private void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in ContactAggregator2
857 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
871 updateMatchScoresBasedOnNameMatches(db, rawContactId, matcher); in updateMatchScores()
890 updateMatchScoresBasedOnNameMatches(db, parameter.value, candidates, matcher); in updateMatchScoresForSuggestionsBasedOnDataMatches()
DAbstractContactAggregator.java1115 protected final void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in AbstractContactAggregator