Home
last modified time | relevance | path

Searched refs:markAllVisibleForAggregation (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java604 public final int markAllVisibleForAggregation(SQLiteDatabase db) { in markAllVisibleForAggregation() method in AbstractContactAggregator
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9553 count = mContactAggregator.markAllVisibleForAggregation(db); in upgradeAggregationAlgorithmInBackground()