OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSelectionArgs1
(Results
1 - 6
of
6
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java
78
protected String[]
mSelectionArgs1
= new String[1];
157
mSelectionArgs1
[0] = String.valueOf(dataId);
158
db.update(Tables.DATA, values, Data._ID + " =?",
mSelectionArgs1
);
203
mSelectionArgs1
[0] = String.valueOf(dataId);
206
cols, Data._ID + "=?",
mSelectionArgs1
, null, null, null);
252
mSelectionArgs1
[0] = String.valueOf(dataId);
253
int count = db.delete(Tables.DATA, Data._ID + "=?",
mSelectionArgs1
);
254
mSelectionArgs1
[0] = String.valueOf(rawContactId);
255
db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?",
mSelectionArgs1
);
271
mSelectionArgs1
[0] = String.valueOf(rawContactId)
[
all
...]
SearchIndexManager.java
239
private String[]
mSelectionArgs1
= new String[1];
LegacyApiSupport.java
206
private String[]
mSelectionArgs1
= new String[1];
[
all
...]
ContactsDatabaseHelper.java
[
all
...]
ContactsProvider2.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
163
private String[]
mSelectionArgs1
= new String[1];
548
mSelectionArgs1
[0] = String.valueOf(contactId);
551
RawContactIdAndAggregationModeQuery.SELECTION,
mSelectionArgs1
, null, null, null);
621
mSelectionArgs1
[0] = String.valueOf(rawContactId);
622
computeAggregateData(db, mRawContactsQueryByRawContactId,
mSelectionArgs1
, mContactInsert);
651
mSelectionArgs1
[0] = String.valueOf(rawContactId);
654
mSelectionArgs1
, null, null, null);
[
all
...]
Completed in 141 milliseconds