Searched defs:inputValues (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsProvider2.java | 2880 Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertRawContact() 2989 private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) { in insertData() 3035 private long insertStreamItem(Uri uri, ContentValues inputValues) { in insertStreamItem() 3071 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() 3249 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) { in insertGroup() 3346 private long insertStatusUpdate(ContentValues inputValues) { in insertStatusUpdate() 4380 private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) { in getSettableColumnsForStatusUpdatesTable() 4402 private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) { in getSettableColumnsForPresenceTable() 4705 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData() 4792 … SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) { in updateContactOptions()
|