Searched refs:gotoNextSectionWithNameOrEnd (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkRequestStoreData.java | 190 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPointsMap() 217 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseApprovedAccessPoints()
|
D | NetworkSuggestionStoreData.java | 224 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkSuggestionsMap() 259 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseExtNetworkSuggestions()
|
D | NetworkListStoreData.java | 184 while (XmlUtil.gotoNextSectionWithNameOrEnd(in, XML_TAG_SECTION_HEADER_NETWORK, in parseNetworkList()
|
D | WifiBackupDataV1Parser.java | 148 while (XmlUtil.gotoNextSectionWithNameOrEnd( in parseNetworkConfigurationsFromXml()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 248 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 | 146 public static boolean gotoNextSectionWithNameOrEnd( in gotoNextSectionWithNameOrEnd() method in XmlUtil 176 if (!gotoNextSectionWithNameOrEnd(in, expectedName, outerDepth)) { in gotoNextSectionWithName()
|