Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2449 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local
2456 executeShellCommand("touch " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()
2457 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local
2470 assertThat(getFileRowIdFromDatabase(otherAppPdfFile1)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()
2473 executeShellCommand("rm " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()
2475 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local
2481 otherAppPdfFile1.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()