Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java478 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()
495 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
504 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
DContactAggregator2.java463 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()
480 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
489 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
DAbstractContactAggregator.java575 protected final void markContactForAggregation(SQLiteDatabase db, long contactId) { in markContactForAggregation() method in AbstractContactAggregator