Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DBackupRestoreController.java129 while (XmlUtil.gotoNextSectionOrEnd(in, sectionName, sectionDepth)) { in parserBackupDataAndDispatch()
DWakeupConfigStoreData.java193 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeData()
DNetworkListStoreData.java242 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in parseNetwork()
DWifiConfigStore.java681 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) { in deserializeData()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java237 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeUserData()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java149 public static boolean gotoNextSectionOrEnd( in gotoNextSectionOrEnd() method in XmlUtil
177 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) { in gotoNextSectionWithNameOrEnd()