Searched defs:inputValues (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 2825 Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertRawContact() 2943 private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) { in insertData() 2989 private long insertStreamItem(Uri uri, ContentValues inputValues) { in insertStreamItem() 3025 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() 3203 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertGroup() 3300 private long insertStatusUpdate(ContentValues inputValues) { in insertStatusUpdate() 4286 private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) { in getSettableColumnsForStatusUpdatesTable() 4308 private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) { in getSettableColumnsForPresenceTable() 4639 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData() 4728 … SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) { in updateContactOptions()
|