OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRawContactCountQuery
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java
133
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();
[
all
...]
ContactAggregator.java
174
mRawContactCountQuery
.bindLong(1, currentContactId);
175
mRawContactCountQuery
.bindLong(2, rawContactId);
176
currentContactContentsCount =
mRawContactCountQuery
.simpleQueryForLong();
[
all
...]
AbstractContactAggregator.java
155
protected SQLiteStatement
mRawContactCountQuery
;
309
mRawContactCountQuery
= db.compileStatement(
[
all
...]
Completed in 38 milliseconds