Searched refs:mContentValues (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContentValuesBuilder.java25 private final ContentValues mContentValues; field in class:ContentValuesBuilder
28 mContentValues = contentValues;
32 mContentValues.put(key, value);
38 mContentValues.put(key, value);
43 mContentValues.put(key, value);
48 mContentValues.put(key, value);
54 mContentValues.put(key, value);
59 mContentValues.put(key, value);
64 mContentValues.put(key, value);
69 mContentValues
[all...]
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java352 final ContentValues mContentValues; field in class:Content.InsertCommand
356 mContentValues = contentValues;
361 provider.insert(mUri, mContentValues);
454 provider.update(mUri, mContentValues, mWhere, null);

Completed in 103 milliseconds