HomeSort by relevance Sort by last modified time
    Searched refs:gotoNextSectionOrEnd (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
NetworkListStoreData.java 248 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) {
WakeupConfigStoreData.java 168 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) {
WifiConfigStore.java 433 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, rootTagDepth)) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointConfigStoreData.java 266 while (XmlUtil.gotoNextSectionOrEnd(in, headerName, outerTagDepth)) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 122 public static boolean gotoNextSectionOrEnd(
150 if (gotoNextSectionOrEnd(in, headerName, outerDepth)) {
    [all...]

Completed in 271 milliseconds