Home
last modified time | relevance | path

Searched refs:otherVideoFile (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java446 final File otherVideoFile = new File(getAndroidMediaDir(), in testCanTrashOtherAndroidMediaFiles_hasRW() local
449 assertThat(createFileAs(APP_B_NO_PERMS, otherVideoFile.getAbsolutePath())).isTrue(); in testCanTrashOtherAndroidMediaFiles_hasRW()
451 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testCanTrashOtherAndroidMediaFiles_hasRW()
457 otherVideoFile.delete(); in testCanTrashOtherAndroidMediaFiles_hasRW()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java807 final File otherVideoFile = new File(getAndroidMediaDir(), in testFileManagerCanTrashOtherAndroidMediaFiles() local
810 assertThat(createFileAs(APP_B_NO_PERMS, otherVideoFile.getAbsolutePath())).isTrue(); in testFileManagerCanTrashOtherAndroidMediaFiles()
812 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testFileManagerCanTrashOtherAndroidMediaFiles()
818 otherVideoFile.delete(); in testFileManagerCanTrashOtherAndroidMediaFiles()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2332 final File otherVideoFile = new File(getAndroidMediaDir(), in testSystemGalleryCanTrashOtherAndroidMediaFiles() local
2337 assertThat(createFileAs(APP_B_NO_PERMS, otherVideoFile.getAbsolutePath())).isTrue(); in testSystemGalleryCanTrashOtherAndroidMediaFiles()
2339 final Uri otherVideoUri = MediaStore.scanFile(getContentResolver(), otherVideoFile); in testSystemGalleryCanTrashOtherAndroidMediaFiles()
2345 otherVideoFile.delete(); in testSystemGalleryCanTrashOtherAndroidMediaFiles()