Searched refs:markContactForAggregation (Results 1 – 3 of 3) sorted by relevance
476 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()493 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()502 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
461 markContactForAggregation(db, contactId); in updateAggregationAfterVisibilityChange()478 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()487 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
572 protected final void markContactForAggregation(SQLiteDatabase db, long contactId) { in markContactForAggregation() method in AbstractContactAggregator