Searched refs:otherVideoFile (Results 1 – 3 of 3) sorted by relevance
446 final File otherVideoFile = new File(getAndroidMediaDir(), in testCanTrashOtherAndroidMediaFiles_hasRW() local449 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()
807 final File otherVideoFile = new File(getAndroidMediaDir(), in testFileManagerCanTrashOtherAndroidMediaFiles() local810 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()
2332 final File otherVideoFile = new File(getAndroidMediaDir(), in testSystemGalleryCanTrashOtherAndroidMediaFiles() local2337 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()