Searched refs:gotoNextSectionOrEnd (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | BackupRestoreController.java | 129 while (XmlUtil.gotoNextSectionOrEnd(in, sectionName, sectionDepth)) { in parserBackupDataAndDispatch()
|
D | WakeupConfigStoreData.java | 193 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeData()
|
D | NetworkListStoreData.java | 242 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in parseNetwork()
|
D | WifiConfigStore.java | 681 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) { in deserializeData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 237 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeUserData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 149 public static boolean gotoNextSectionOrEnd( in gotoNextSectionOrEnd() method in XmlUtil 177 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) { in gotoNextSectionWithNameOrEnd()
|