Searched refs:XmlUtilHelper (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | XmlUtil.java | 116 XmlUtilHelper.beginDocument(in, headerName); in gotoDocumentStart() 135 if (XmlUtilHelper.nextElementWithin(in, outerDepth)) { in gotoNextSectionOrEnd() 202 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd() 220 Object value = XmlUtilHelper.readValueXml(in, valueName); in readCurrentValue() 242 XmlUtilHelper.nextElement(in); in readNextValueWithName() 306 XmlUtilHelper.writeValueXml(value, name, out); in writeNextValue() 1377 while (XmlUtilHelper.nextElementWithin(in, outerTagDepth)) { in parseFromXml() 1574 return XmlUtilHelper.nextElementWithin(parser, outerDepth); in nextElementWithin()
|
H A D | XmlUtilHelper.java | 57 /* package private */ class XmlUtilHelper { class
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/ |
H A D | Android.bp | 960 "com.android.server.wifi.util.XmlUtilHelper", 961 "com.android.server.wifi.util.XmlUtilHelper$*", 962 "com.android.server.wifi.util.XmlUtilHelper.**",
|