Searched refs:gotoNextSectionOrEnd (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WakeupConfigStoreData.java | 163 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeData()
|
D | NetworkListStoreData.java | 237 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in parseNetwork()
|
D | WifiConfigStore.java | 627 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) { in deserializeData()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 229 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) { in deserializeUserData()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 125 public static boolean gotoNextSectionOrEnd( in gotoNextSectionOrEnd() method in XmlUtil 153 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) { in gotoNextSectionWithNameOrEnd()
|