Home
last modified time | relevance | path

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

/packages/modules/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.java270 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkSuggestionsMap()
DWifiBackupDataV1Parser.java172 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkConfigurationsFromXml()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java811 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_ROAMING_PARTNER, in deserializePreferredRoamingPartnerList()
921 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PROTO_PORT, in deserializeProtoPortMap()
DPasspointConfigUserStoreData.java259 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PASSPOINT_PROVIDER, in deserializeProviderList()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java156 public static boolean gotoNextSectionWithNameOrEnd( in gotoNextSectionWithNameOrEnd() method in XmlUtil
186 if (!gotoNextSectionWithNameOrEnd(in, expectedName, outerDepth)) { in gotoNextSectionWithName()