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