Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java158 protected SQLiteStatement mMarkForAggregation; field in AbstractContactAggregator
317 mMarkForAggregation = db.compileStatement( in AbstractContactAggregator()
550 mMarkForAggregation.bindLong(1, rawContactId); in markForAggregation()
551 mMarkForAggregation.execute(); in markForAggregation()