Home
last modified time | relevance | path

Searched defs:addAttribute (Results 1 – 2 of 2) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockNamedNodeMap.java37 public MockXmlNode addAttribute(String namespace, String localName, String value) { in addAttribute() method in MockNamedNodeMap
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java195 public static void addAttribute(String name, String value) throws IOException { in addAttribute() method in MonkeyRecorder