Searched refs:mRawContactCountQuery (Results 1 – 3 of 3) sorted by relevance
131 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()
172 mRawContactCountQuery.bindLong(1, currentContactId); in aggregateContact()173 mRawContactCountQuery.bindLong(2, rawContactId); in aggregateContact()174 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong(); in aggregateContact()
154 protected SQLiteStatement mRawContactCountQuery; field in AbstractContactAggregator307 mRawContactCountQuery = db.compileStatement( in AbstractContactAggregator()