Searched refs:otherAppPdfFile1 (Results 1 – 1 of 1) sorted by relevance
2260 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local2267 executeShellCommand("touch " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()2268 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local2281 assertThat(getFileRowIdFromDatabase(otherAppPdfFile1)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()2284 executeShellCommand("rm " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()2286 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local2292 otherAppPdfFile1.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()