Searched refs:markContactForAggregation (Results 1 – 3 of 3) sorted by relevance
478 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()495 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()504 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
463 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()480 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()489 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
576 protected final void markContactForAggregation(SQLiteDatabase db, long contactId) { in markContactForAggregation() method in AbstractContactAggregator