Home
last modified time | relevance | path

Searched refs:nextElementWithin (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java2329 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2356 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2380 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2480 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2509 while (XmlUtils.nextElementWithin(parser, defaultAccountHandlesDepth)) {
2522 while (XmlUtils.nextElementWithin(parser, accountsDepth)) {
2577 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2695 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
2900 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkSuggestionStoreData.java283 while (XmlUtil.nextElementWithin(in, outerTagDepth + 1)) { in parseNetworkSuggestionsMap()
388 while (XmlUtil.nextElementWithin(in, outerTagDepth)) { in parseNetworkSuggestion()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java197 while (XmlUtil.nextElementWithin(in, outerTagDepth)) { in deserializePasspointConfiguration()
617 while (XmlUtil.nextElementWithin(in, outerTagDepth)) { in deserializeCredential()
678 while (XmlUtil.nextElementWithin(in, outerTagDepth)) { in deserializePolicy()
DPasspointConfigUserStoreData.java294 while (XmlUtil.nextElementWithin(in, outerTagDepth)) { in deserializeProvider()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java152 if (XmlUtilHelper.nextElementWithin(in, outerDepth)) { in gotoNextSectionOrEnd()
219 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd()
1681 while (XmlUtilHelper.nextElementWithin(in, outerTagDepth)) { in parseFromXml()
1931 public static boolean nextElementWithin(XmlPullParser parser, int outerDepth) in nextElementWithin() method in XmlUtil
1933 return XmlUtilHelper.nextElementWithin(parser, outerDepth); in nextElementWithin()
DXmlUtilHelper.java1583 public static boolean nextElementWithin(XmlPullParser parser, int outerDepth) in nextElementWithin() method in XmlUtilHelper