OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSelectionArgs1
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
118
private String[]
mSelectionArgs1
= new String[1];
436
mSelectionArgs1
[0] = String.valueOf(rawContactId);
437
computeAggregateData(db, mRawContactsQueryByRawContactId,
mSelectionArgs1
, mContactInsert);
460
mSelectionArgs1
[0] = String.valueOf(rawContactId);
463
mSelectionArgs1
, null, null, null);
614
args =
mSelectionArgs1
;
640
mSelectionArgs1
[0] = String.valueOf(contactId);
644
" WHERE " + RawContacts.CONTACT_ID + "=?",
mSelectionArgs1
);
666
Cursor cursor = db.rawQuery(query,
mSelectionArgs1
);
688
mSelectionArgs1
[0] = String.valueOf(rawContactId)
[
all
...]
ContactsProvider2.java
425
private String[]
mSelectionArgs1
= new String[1];
[
all
...]
LegacyApiSupport.java
201
private String[]
mSelectionArgs1
= new String[1];
[
all
...]
Completed in 46 milliseconds