Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DDexDepsXmlHandler.java55 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
57 super.startElement(uri, localName, name, attributes); in startElement()
58 if ("package".equalsIgnoreCase(localName)) { in startElement()
60 } else if ("class".equalsIgnoreCase(localName) in startElement()
61 || "interface".equalsIgnoreCase(localName)) { in startElement()
63 } else if ("constructor".equalsIgnoreCase(localName)) { in startElement()
65 } else if ("method".equalsIgnoreCase(localName)) { in startElement()
68 } else if ("parameter".equalsIgnoreCase(localName)) { in startElement()
74 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
75 super.endElement(uri, localName, name); in endElement()
[all …]
DCtsReportHandler.java52 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
54 super.startElement(uri, localName, name, attributes); in startElement()
57 if (MODULE_TAG.equalsIgnoreCase(localName)) { in startElement()
66 } else if (TEST_CASE_TAG.equalsIgnoreCase(localName)) { in startElement()
69 } else if (TEST_TAG.equalsIgnoreCase(localName)) { in startElement()
77 System.err.println(localName + " " + name); in startElement()
82 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
83 super.endElement(uri, localName, name); in endElement()
85 if (MODULE_TAG.equalsIgnoreCase(localName)) { in endElement()
90 } else if (TEST_CASE_TAG.equalsIgnoreCase(localName)) { in endElement()
DTestModuleConfigHandler.java59 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
61 super.startElement(uri, localName, name, attributes); in startElement()
63 if (CONFIGURATION_TAG.equalsIgnoreCase(localName)) { in startElement()
69 } else if (TEST_TAG.equalsIgnoreCase(localName)) { in startElement()
72 } else if (TARGET_PREPARER_TAG.equalsIgnoreCase(localName)) { in startElement()
75 } else if (OPTION_TAG.equalsIgnoreCase(localName)) { in startElement()
95 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
96 super.endElement(uri, localName, name); in endElement()
97 if (TEST_TAG.equalsIgnoreCase(localName)) { in endElement()
100 } else if (TARGET_PREPARER_TAG.equalsIgnoreCase(localName)) { in endElement()
[all …]
DTestSuiteContentReport.java168 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
170 super.startElement(uri, localName, name, attributes); in startElement()
174 localName, attributes.getValue(NAME_TAG), attributes.getValue(VALUE_TAG)); in startElement()
/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DApiXmlHandler.java63 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
65 super.startElement(uri, localName, name, attributes); in startElement()
66 if ("package".equalsIgnoreCase(localName)) { in startElement()
72 } else if ("class".equalsIgnoreCase(localName) in startElement()
73 || "interface".equalsIgnoreCase(localName)) { in startElement()
86 } else if ("implements".equalsIgnoreCase(localName)) { in startElement()
88 } else if ("constructor".equalsIgnoreCase(localName)) { in startElement()
91 } else if ("method".equalsIgnoreCase(localName)) { in startElement()
100 } else if ("parameter".equalsIgnoreCase(localName)) { in startElement()
106 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java121 …public void startElement(String namespaceURI, String localName, String qName, Attributes atts) thr… in startElement() argument
122 if (localName.equals(kTag_ProfileList)) { in startElement()
124 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in startElement()
126 mParsingProfile.startElement(namespaceURI, localName, qName, atts); in startElement()
128 mParsingProfile.startElement(namespaceURI, localName, qName, atts); in startElement()
133 public void endElement(String uri, String localName, String qName) { in endElement() argument
134 if (localName.equals(kTag_ProfileList)) { in endElement()
136 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in endElement()
DPeripheralProfile.java177 …public void startElement(String namespaceURI, String localName, String qName, Attributes atts) thr… in startElement() argument
184 parseProfileAttributes(mOutputAttributes, localName, atts); in startElement()
187 parseProfileAttributes(mInputAttributes, localName, atts); in startElement()
190 parseProfileButtons(mButtonAttributes, localName, atts); in startElement()
195 public void endElement(String uri, String localName, String qName) { in endElement() argument
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigHandler.java60 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
62 super.startElement(uri, localName, name, attributes); in startElement()
64 switch (localName) { in startElement()
109 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
110 super.endElement(uri, localName, name); in endElement()
111 switch (localName) { in endElement()
DXmlHandler.java78 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
80 super.startElement(uri, localName, name, attributes); in startElement()
82 switch (localName) { in startElement()
143 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
144 super.endElement(uri, localName, name); in endElement()
145 switch (localName) { in endElement()
DTestSuiteTradefedParser.java137 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument
139 super.startElement(uri, localName, name, attributes); in startElement()
/cts/tests/tests/util/src/android/util/cts/
DXmlEncodingTest.java229 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
232 mVec.add(localName); in endElement()
263 public void startElement(String uri, String localName, String name, Attributes atts) in startElement() argument
266 mVec.add(localName); in startElement()
DXmlTest.java146 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() argument
149 mVec.add(localName); in endElement()
185 public void startElement(String uri, String localName, String name, Attributes atts) in startElement() argument
188 mVec.add(localName); in startElement()