Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java80 protected static Element findElementById(Element root, String id) { in findElementById() method in RefactoringTest
86 Element result = findElementById(child, id); in findElementById()
98 Element element = findElementById(root, id); in getElements()