HomeSort by relevance Sort by last modified time
    Searched refs:markContactForAggregation (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 478 markContactForAggregation(db, contactId);
495 markContactForAggregation(db, matchScore.getContactId());
504 markContactForAggregation(db, matchScore.getContactId());
    [all...]
ContactAggregator2.java 463 markContactForAggregation(db, contactId);
480 markContactForAggregation(db, matchScore.getContactId());
489 markContactForAggregation(db, matchScore.getContactId());
    [all...]
AbstractContactAggregator.java 574 protected final void markContactForAggregation(SQLiteDatabase db, long contactId) {
    [all...]

Completed in 220 milliseconds