Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttributeInfoTest.java299 File attrsPath = new File(git, "frameworks" + File.separator + "base" in testIsValid() local
302 assertTrue(attrsPath.getPath(), attrsPath.exists()); in testIsValid()
303 AttrsXmlParser parser = new AttrsXmlParser(attrsPath.getPath(), in testIsValid()