Searched defs:inputValues (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 2869 Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertRawContact() 2987 private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) { in insertData() 3033 private long insertStreamItem(Uri uri, ContentValues inputValues) { in insertStreamItem() 3069 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() 3247 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertGroup() 3344 private long insertStatusUpdate(ContentValues inputValues) { in insertStatusUpdate() 4348 private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) { in getSettableColumnsForStatusUpdatesTable() 4370 private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) { in getSettableColumnsForPresenceTable() 4669 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData() 4758 … SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) { in updateContactOptions()
|