Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2260 final File otherAppPdfFile1 = new File(dirInDcim, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local
2267 executeShellCommand("touch " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()
2268 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local
2281 assertThat(getFileRowIdFromDatabase(otherAppPdfFile1)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()
2284 executeShellCommand("rm " + otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs()
2286 MediaStore.scanFile(getContentResolver(), otherAppPdfFile1); in testSystemGalleryCanRenameImageAndVideoDirs() local
2292 otherAppPdfFile1.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()