Searched refs:updateMatchScoresBasedOnNameMatches (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 489 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()
|
D | ContactAggregator2.java | 474 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()
|
D | AbstractContactAggregator.java | 1115 protected final void updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, in updateMatchScoresBasedOnNameMatches() method in AbstractContactAggregator
|