Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java133 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
134 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
135 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong(); in aggregateContact()
377 mRawContactCountQuery.bindLong(1, cid); in reAggregateRawContacts()
378 mRawContactCountQuery.bindLong(2, 0); in reAggregateRawContacts()
379 currentRcCount = mRawContactCountQuery.simpleQueryForLong(); in reAggregateRawContacts()
DContactAggregator.java174 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
175 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
176 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong(); in aggregateContact()
DAbstractContactAggregator.java156 protected SQLiteStatement mRawContactCountQuery; field in AbstractContactAggregator
311 mRawContactCountQuery = db.compileStatement( in AbstractContactAggregator()