Searched defs:inputValues (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 3163 Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertRawContact() 3272 private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) { in insertData() 3318 private long insertStreamItem(Uri uri, ContentValues inputValues) { in insertStreamItem() 3354 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() 3532 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertGroup() 3609 private long insertStatusUpdate(ContentValues inputValues) { in insertStatusUpdate() 4655 private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) { in getSettableColumnsForStatusUpdatesTable() 4677 private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) { in getSettableColumnsForPresenceTable() 4993 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData() 5080 … SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) { in updateContactOptions()
|