Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfigurationTest.java80 File otherDir = new File(dir, "otherConfig"); in testInheritance() local
81 assertTrue(otherDir.mkdir()); in testInheritance()
82 Project otherProject = client.getProject(otherDir, otherDir); in testInheritance()