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.java417 final File pdfFile1 = new File(nonMediaDir1, "LegacyStorageTest.pdf"); in testCanRename_hasRW() local
428 assertThat(pdfFile1.createNewFile()).isTrue(); in testCanRename_hasRW()
431 nonMediaDir1, nonMediaDir2, new File[]{pdfFile1}, new File[]{pdfFile2}); in testCanRename_hasRW()
437 pdfFile1.delete(); in testCanRename_hasRW()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1641 final File pdfFile1 = new File(downloadDir, NONMEDIA_FILE_NAME); in testRenameFile() local
1649 assertThat(pdfFile1.createNewFile()).isTrue(); in testRenameFile()
1650 assertCantRenameFile(pdfFile1, new File(getDcimDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1651 assertCantRenameFile(pdfFile1, new File(getMusicDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1652 assertCantRenameFile(pdfFile1, new File(getMoviesDir(), NONMEDIA_FILE_NAME)); in testRenameFile()
1659 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile()
1667 pdfFile1.delete(); in testRenameFile()