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

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

Completed in 116 milliseconds