Searched refs:gotoNextSectionWithNameOrEnd (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkRequestStoreData.java | 195 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPointsMap() 222 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPoints()
|
D | NetworkSuggestionStoreData.java | 238 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkSuggestionsMap() 275 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseExtNetworkSuggestions()
|
D | NetworkListStoreData.java | 200 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_NETWORK, in parseNetworkList()
|
D | WifiBackupDataV1Parser.java | 149 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkConfigurationsFromXml()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 253 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_PASSPOINT_PROVIDER, in deserializeProviderList()
|
D | PasspointXmlUtils.java | 760 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/ |
D | XmlUtil.java | 149 public static boolean gotoNextSectionWithNameOrEnd( in gotoNextSectionWithNameOrEnd() method in XmlUtil 179 if (!gotoNextSectionWithNameOrEnd(in, expectedName, outerDepth)) { in gotoNextSectionWithName()
|