Home
last modified time | relevance | path

Searched refs:gotoNextSectionOrEnd (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupConfigStoreData.java163 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeData()
DNetworkListStoreData.java237 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in parseNetwork()
DWifiConfigStore.java627 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) { in deserializeData()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java229 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeUserData()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java125 public static boolean gotoNextSectionOrEnd( in gotoNextSectionOrEnd() method in XmlUtil
153 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) { in gotoNextSectionWithNameOrEnd()