Searched refs:otherAppPdfFile1 (Results 1 – 1 of 1) sorted by relevance
2449 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local2456 executeShellCommand("touch " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()2457 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local2470 assertThat(getFileRowIdFromDatabase(otherAppPdfFile1)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()2473 executeShellCommand("rm " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()2475 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local2481 otherAppPdfFile1.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()