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()
DNetworkListStoreData.java204 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_NETWORK, in parseNetworkList()
DNetworkSuggestionStoreData.java264 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkSuggestionsMap()
DWifiBackupDataV1Parser.java157 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkConfigurationsFromXml()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java252 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PASSPOINT_PROVIDER, in deserializeProviderList()
DPasspointXmlUtils.java780 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_ROAMING_PARTNER, in deserializePreferredRoamingPartnerList()
890 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PROTO_PORT, in deserializeProtoPortMap()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java152 public static boolean gotoNextSectionWithNameOrEnd( in gotoNextSectionWithNameOrEnd() method in XmlUtil
182 if (!gotoNextSectionWithNameOrEnd(in, expectedName, outerDepth)) { in gotoNextSectionWithName()