Home
last modified time | relevance | path

Searched refs:otherImageFile (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java826 final File otherImageFile = new File(getAndroidMediaDir(), in testFileManagerCanUpdateOtherAndroidMediaFiles() local
830 assertThat(createFileAs(APP_B_NO_PERMS, otherImageFile.getAbsolutePath())).isTrue(); in testFileManagerCanUpdateOtherAndroidMediaFiles()
832 final Uri otherImageUri = MediaStore.scanFile(getContentResolver(), otherImageFile); in testFileManagerCanUpdateOtherAndroidMediaFiles()
843 assertThat(otherImageFile.exists()).isFalse(); in testFileManagerCanUpdateOtherAndroidMediaFiles()
854 otherImageFile.delete(); in testFileManagerCanUpdateOtherAndroidMediaFiles()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2352 final File otherImageFile = new File(getAndroidMediaDir(), in testSystemGalleryCanUpdateOtherAndroidMediaFiles() local
2358 assertThat(createFileAs(APP_B_NO_PERMS, otherImageFile.getAbsolutePath())).isTrue(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2360 final Uri otherImageUri = MediaStore.scanFile(getContentResolver(), otherImageFile); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2371 assertThat(otherImageFile.exists()).isFalse(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2381 assertThat(otherImageFile.exists()).isTrue(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2383 otherImageFile.delete(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()