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