Searched refs:otherImageUri (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 832 final Uri otherImageUri = MediaStore.scanFile(getContentResolver(), otherImageFile); in testFileManagerCanUpdateOtherAndroidMediaFiles() local 833 assertNotNull(otherImageUri); in testFileManagerCanUpdateOtherAndroidMediaFiles() 838 assertWithMessage("Result of ContentResolver#update for " + otherImageUri in testFileManagerCanUpdateOtherAndroidMediaFiles() 840 .that(getContentResolver().update(otherImageUri, values, Bundle.EMPTY)) in testFileManagerCanUpdateOtherAndroidMediaFiles() 849 assertWithMessage("Result of ContentResolver#update for " + otherImageUri in testFileManagerCanUpdateOtherAndroidMediaFiles() 851 .that(getContentResolver().update(otherImageUri, values, Bundle.EMPTY)) in testFileManagerCanUpdateOtherAndroidMediaFiles()
|
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2360 final Uri otherImageUri = MediaStore.scanFile(getContentResolver(), otherImageFile); in testSystemGalleryCanUpdateOtherAndroidMediaFiles() local 2361 assertNotNull(otherImageUri); in testSystemGalleryCanUpdateOtherAndroidMediaFiles() 2366 assertWithMessage("Result of ContentResolver#update for " + otherImageUri in testSystemGalleryCanUpdateOtherAndroidMediaFiles() 2368 .that(getContentResolver().update(otherImageUri, values, Bundle.EMPTY)) in testSystemGalleryCanUpdateOtherAndroidMediaFiles() 2377 assertWithMessage("Result of ContentResolver#update for " + otherImageUri in testSystemGalleryCanUpdateOtherAndroidMediaFiles() 2379 .that(getContentResolver().update(otherImageUri, values, Bundle.EMPTY)) in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
|