Searched refs:XmlUtilHelper (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 133 XmlUtilHelper.beginDocument(in, headerName); in gotoDocumentStart() 152 if (XmlUtilHelper.nextElementWithin(in, outerDepth)) { in gotoNextSectionOrEnd() 219 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd() 237 Object value = XmlUtilHelper.readValueXml(in, valueName); in readCurrentValue() 259 XmlUtilHelper.nextElement(in); in readNextValueWithName() 323 XmlUtilHelper.writeValueXml(value, name, out); in writeNextValue() 1681 while (XmlUtilHelper.nextElementWithin(in, outerTagDepth)) { in parseFromXml() 1933 return XmlUtilHelper.nextElementWithin(parser, outerDepth); in nextElementWithin()
|
D | XmlUtilHelper.java | 57 /* package private */ class XmlUtilHelper { class
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 1298 "com.android.server.wifi.util.XmlUtilHelper", 1299 "com.android.server.wifi.util.XmlUtilHelper$*", 1300 "com.android.server.wifi.util.XmlUtilHelper.**",
|