Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java407 final File pdfFile1 = new File(nonMediaDir1, "LegacyFileAccessTest.pdf"); in testCanRename_hasRW() local
418 assertThat(pdfFile1.createNewFile()).isTrue(); in testCanRename_hasRW()
421 nonMediaDir1, nonMediaDir2, new File[] {pdfFile1}, new File[] {pdfFile2}); in testCanRename_hasRW()
427 pdfFile1.delete(); in testCanRename_hasRW()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1550 final File pdfFile1 = new File(downloadDir, NONMEDIA_FILE_NAME); in testRenameFile() local
1558 assertThat(pdfFile1.createNewFile()).isTrue(); in testRenameFile()
1559 assertCantRenameFile(pdfFile1, new File(getDcimDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1560 assertCantRenameFile(pdfFile1, new File(getMusicDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1561 assertCantRenameFile(pdfFile1, new File(getMoviesDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1568 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile()
1576 pdfFile1.delete(); in testRenameFile()