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.java131 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
132 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
133 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong(); in aggregateContact()
375 mRawContactCountQuery.bindLong(1, cid); in reAggregateRawContacts()
376 mRawContactCountQuery.bindLong(2, 0); in reAggregateRawContacts()
377 currentRcCount = mRawContactCountQuery.simpleQueryForLong(); in reAggregateRawContacts()
DContactAggregator.java172 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()
173 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()
174 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong(); in aggregateContact()
DAbstractContactAggregator.java154 protected SQLiteStatement mRawContactCountQuery; field in AbstractContactAggregator
307 mRawContactCountQuery = db.compileStatement( in AbstractContactAggregator()