Searched refs:XmlUtilHelper (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 112 XmlUtilHelper.beginDocument(in, headerName); in gotoDocumentStart() 131 if (XmlUtilHelper.nextElementWithin(in, outerDepth)) { in gotoNextSectionOrEnd() 198 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd() 216 Object value = XmlUtilHelper.readValueXml(in, valueName); in readCurrentValue() 238 XmlUtilHelper.nextElement(in); in readNextValueWithName() 302 XmlUtilHelper.writeValueXml(value, name, out); in writeNextValue() 1208 while (XmlUtilHelper.nextElementWithin(in, outerTagDepth)) { in parseFromXml() 1389 return XmlUtilHelper.nextElementWithin(parser, outerDepth); in nextElementWithin()
|
D | XmlUtilHelper.java | 57 /* package private */ class XmlUtilHelper { class
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | Android.bp | 930 "com.android.server.wifi.util.XmlUtilHelper", 931 "com.android.server.wifi.util.XmlUtilHelper$*", 932 "com.android.server.wifi.util.XmlUtilHelper.**",
|