Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java123 …public void startElement(String namespaceURI, String localName, String qName, Attributes atts) thr… in startElement() method in ProfileManager.ProfileLoader
128 mParsingProfile.startElement(namespaceURI, localName, qName, atts); in startElement()
130 mParsingProfile.startElement(namespaceURI, localName, qName, atts); in startElement()
DPeripheralProfile.java177 …public void startElement(String namespaceURI, String localName, String qName, Attributes atts) thr… in startElement() method in PeripheralProfile
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DDexDepsXmlHandler.java50 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in DexDepsXmlHandler
52 super.startElement(uri, localName, name, attributes); in startElement()
DCtsReportHandler.java51 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in CtsReportHandler
53 super.startElement(uri, localName, name, attributes); in startElement()
DTestModuleConfigHandler.java58 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in TestModuleConfigHandler
60 super.startElement(uri, localName, name, attributes); in startElement()
DCurrentXmlHandler.java63 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in CurrentXmlHandler
65 super.startElement(uri, localName, name, attributes); in startElement()
DTestSuiteContentReport.java168 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in TestSuiteContentReport.KnownFailuresXmlHandler
170 super.startElement(uri, localName, name, attributes); in startElement()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigHandler.java60 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in TestModuleConfigHandler
62 super.startElement(uri, localName, name, attributes); in startElement()
DTestSuiteTradefedParser.java137 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in TestSuiteTradefedParser.KnownFailuresXmlHandler
139 super.startElement(uri, localName, name, attributes); in startElement()
DXmlHandler.java78 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() method in XmlHandler
80 super.startElement(uri, localName, name, attributes); in startElement()
/cts/tests/tests/util/src/android/util/cts/
DXmlEncodingTest.java257 public void startElement(String uri, String localName, String name, Attributes atts) in startElement() method in XmlEncodingTest.DefaultContentHandler