Searched refs:otherAppPdfFile2 (Results 1 – 1 of 1) sorted by relevance
2263 final File otherAppPdfFile2 = new File(dirInPictures, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local2282 assertThat(getFileRowIdFromDatabase(otherAppPdfFile2)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()2285 executeShellCommand("rm " + otherAppPdfFile2); in testSystemGalleryCanRenameImageAndVideoDirs()2287 MediaStore.scanFile(getContentResolver(), otherAppPdfFile2); in testSystemGalleryCanRenameImageAndVideoDirs() local2293 otherAppPdfFile2.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()