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.java476 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()
493 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
502 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
DContactAggregator2.java461 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()
478 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
487 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
DAbstractContactAggregator.java572 protected final void markContactForAggregation(SQLiteDatabase db, long contactId) { in markContactForAggregation() method in AbstractContactAggregator