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.java160 protected SQLiteStatement mMarkForAggregation; field in AbstractContactAggregator
321 mMarkForAggregation = db.compileStatement( in AbstractContactAggregator()
554 mMarkForAggregation.bindLong(1, rawContactId); in markForAggregation()
555 mMarkForAggregation.execute(); in markForAggregation()