Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java408 final File pdfFile2 = new File(nonMediaDir2, "LegacyFileAccessTest.pdf"); in testCanRename_hasRW() local
421 nonMediaDir1, nonMediaDir2, new File[] {pdfFile1}, new File[] {pdfFile2}); in testCanRename_hasRW()
428 pdfFile2.delete(); in testCanRename_hasRW()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1551 final File pdfFile2 = new File(nonMediaDir, NONMEDIA_FILE_NAME); in testRenameFile() local
1568 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile()
1577 pdfFile2.delete(); in testRenameFile()