Home
last modified time | relevance | path

Searched refs:gotoNextSectionWithNameOrEnd (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkRequestStoreData.java195 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPointsMap()
222 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPoints()
DNetworkSuggestionStoreData.java238 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkSuggestionsMap()
275 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseExtNetworkSuggestions()
DNetworkListStoreData.java200 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_NETWORK, in parseNetworkList()
DWifiBackupDataV1Parser.java149 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkConfigurationsFromXml()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java253 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PASSPOINT_PROVIDER, in deserializeProviderList()
DPasspointXmlUtils.java760 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_ROAMING_PARTNER, in deserializePreferredRoamingPartnerList()
870 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PROTO_PORT, in deserializeProtoPortMap()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java149 public static boolean gotoNextSectionWithNameOrEnd( in gotoNextSectionWithNameOrEnd() method in XmlUtil
179 if (!gotoNextSectionWithNameOrEnd(in, expectedName, outerDepth)) { in gotoNextSectionWithName()