Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2263 final File otherAppPdfFile2 = new File(dirInPictures, "other_" + NONMEDIA_FILE_NAME); in testSystemGalleryCanRenameImageAndVideoDirs() local
2282 assertThat(getFileRowIdFromDatabase(otherAppPdfFile2)).isEqualTo(-1); in testSystemGalleryCanRenameImageAndVideoDirs()
2285 executeShellCommand("rm " + otherAppPdfFile2); in testSystemGalleryCanRenameImageAndVideoDirs()
2287 MediaStore.scanFile(getContentResolver(), otherAppPdfFile2); in testSystemGalleryCanRenameImageAndVideoDirs() local
2293 otherAppPdfFile2.delete(); in testSystemGalleryCanRenameImageAndVideoDirs()