Searched refs:nonTopLevelDir (Results 1 – 1 of 1) sorted by relevance
2474 final File nonTopLevelDir = new File(getDcimDir(), TEST_DIRECTORY_NAME); in testCantRenameToTopLevelDirectory() local2483 assertCanRenameDirectory(topLevelDir1, nonTopLevelDir, null, null); in testCantRenameToTopLevelDirectory()2486 assertCantRenameDirectory(nonTopLevelDir, topLevelDir2, null); in testCantRenameToTopLevelDirectory()2490 nonTopLevelDir.delete(); in testCantRenameToTopLevelDirectory()