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.java418 final File pdfFile2 = new File(nonMediaDir2, "LegacyStorageTest.pdf"); in testCanRename_hasRW() local
431 nonMediaDir1, nonMediaDir2, new File[]{pdfFile1}, new File[]{pdfFile2}); in testCanRename_hasRW()
438 pdfFile2.delete(); in testCanRename_hasRW()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1642 final File pdfFile2 = new File(nonMediaDir, NONMEDIA_FILE_NAME); in testRenameFile() local
1659 assertCanRenameFile(pdfFile1, pdfFile2); in testRenameFile()
1668 pdfFile2.delete(); in testRenameFile()