Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java828 final File updatedImageFileInDcim = new File(getDcimDir(), IMAGE_FILE_NAME); in testFileManagerCanUpdateOtherAndroidMediaFiles() local
842 assertThat(updatedImageFileInDcim.exists()).isTrue(); in testFileManagerCanUpdateOtherAndroidMediaFiles()
855 updatedImageFileInDcim.delete(); in testFileManagerCanUpdateOtherAndroidMediaFiles()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2354 final File updatedImageFileInDcim = new File(getDcimDir(), IMAGE_FILE_NAME); in testSystemGalleryCanUpdateOtherAndroidMediaFiles() local
2370 assertThat(updatedImageFileInDcim.exists()).isTrue(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2384 updatedImageFileInDcim.delete(); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()