Searched defs:inputValues (Results  1 – 1 of 1) sorted by relevance
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | ContactsProvider2.java | 3157             Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) {  in insertRawContact()3266     private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) {  in insertData()
 3312     private long insertStreamItem(Uri uri, ContentValues inputValues) {  in insertStreamItem()
 3348     private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) {  in insertStreamItemPhoto()
 3526     private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) {  in insertGroup()
 3603     private long insertStatusUpdate(ContentValues inputValues) {  in insertStatusUpdate()
 4649     private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) {  in getSettableColumnsForStatusUpdatesTable()
 4671     private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) {  in getSettableColumnsForPresenceTable()
 4987     private int updateData(Uri uri, ContentValues inputValues, String selection,  in updateData()
 5074 …       SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) {  in updateContactOptions()
 
 |