Home
last modified time | relevance | path

Searched defs:inputValues (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/sync/
DSearchResultsSyncWorkerTest.java365 final ContentValues inputValues = new ContentValues(); in testTextSearchSyncWithCloudProvider() local
457 final ContentValues inputValues = new ContentValues(); in testTextSearchSyncWithLocalProvider() local
538 final ContentValues inputValues = new ContentValues(); in testSuggestionSearchSyncWithCloudProvider() local
637 final ContentValues inputValues = new ContentValues(); in testSuggestionSearchSyncWithLocalProvider() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3397 Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter, in insertRawContact()
3508 private long insertData(ContentValues inputValues, boolean callerIsSyncAdapter) { in insertData()
3554 private long insertStreamItem(Uri uri, ContentValues inputValues) { in insertStreamItem()
3590 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto()
3768 private long insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter, in insertGroup()
3849 private long insertStatusUpdate(ContentValues inputValues) { in insertStatusUpdate()
4906 private ContentValues getSettableColumnsForStatusUpdatesTable(ContentValues inputValues) { in getSettableColumnsForStatusUpdatesTable()
4928 private ContentValues getSettableColumnsForPresenceTable(ContentValues inputValues) { in getSettableColumnsForPresenceTable()
5287 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData()
5374 … SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) { in updateContactOptions()