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
81
protected String[]
mSelectionArgs1
= new String[1];
167
mSelectionArgs1
[0] = String.valueOf(dataId);
168
db.update(Tables.DATA, values, Data._ID + " =?",
mSelectionArgs1
);
228
mSelectionArgs1
[0] = String.valueOf(dataId);
230
HASH_INPUT_COLUMNS, Data._ID + "=?",
mSelectionArgs1
, null, null, null);
273
mSelectionArgs1
[0] = String.valueOf(dataId);
276
cols, Data._ID + "=?",
mSelectionArgs1
, null, null, null);
322
mSelectionArgs1
[0] = String.valueOf(dataId);
323
int count = db.delete(Tables.DATA, Data._ID + "=?",
mSelectionArgs1
);
324
mSelectionArgs1
[0] = String.valueOf(rawContactId)
[
all
...]
SearchIndexManager.java
243
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/
AbstractContactAggregator.java
174
protected String[]
mSelectionArgs1
= new String[1];
575
mSelectionArgs1
[0] = String.valueOf(contactId);
578
RawContactIdAndAggregationModeQuery.SELECTION,
mSelectionArgs1
, null, null, null);
650
mSelectionArgs1
[0] = String.valueOf(rawContactId);
651
computeAggregateData(db, mRawContactsQueryByRawContactId,
mSelectionArgs1
, mContactInsert);
680
mSelectionArgs1
[0] = String.valueOf(rawContactId);
683
mSelectionArgs1
, null, null, null);
[
all
...]
Completed in 2823 milliseconds