Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DTestConferenceEventPackageParser.java97 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parse()
136 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseParticipant()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java161 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parsePinSet()
223 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseTrustAnchors()
265 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseConfigEntry()
333 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseNetworkSecurityConfig()
417 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseDebugOverridesResource()
/frameworks/base/services/core/java/com/android/server/display/
DPersistentDataStore.java286 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
299 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadRememberedWifiDisplaysFromXml()
323 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadDisplaysFromXml()
406 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
/frameworks/base/services/core/java/com/android/server/firewall/
DFilterList.java31 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readFromXml()
DNotFilter.java47 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
DIntentFirewall.java323 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readRules()
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java283 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
293 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadInputDevicesFromXml()
473 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
539 while (XmlUtils.nextElementWithin(parser, depth)) { in loadFromXml()
/frameworks/base/services/core/java/com/android/server/tv/
DPersistentDataStore.java245 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
262 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadBlockedRatingsFromXml()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerBackupHelper.java204 while (XmlUtils.nextElementWithin(parser, permissionsOuterDepth)) { in restoreAccountAccessPermissions()
209 while (XmlUtils.nextElementWithin(parser, permissionOuterDepth)) { in restoreAccountAccessPermissions()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java158 while (XmlUtils.nextElementWithin(in, outerTagDepth)) { in deserializePasspointConfiguration()
516 while (XmlUtils.nextElementWithin(in, outerTagDepth)) { in deserializeCredential()
574 while (XmlUtils.nextElementWithin(in, outerTagDepth)) { in deserializePolicy()
DPasspointConfigStoreData.java308 while (XmlUtils.nextElementWithin(in, outerTagDepth)) { in deserializeProvider()
/frameworks/base/services/core/java/com/android/server/webkit/
DSystemImpl.java171 while(XmlUtils.nextElementWithin(parser, outerDepth)) { in readSignatures()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java972 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseMetadata()
989 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parsePackage()
1010 while (XmlUtils.nextElementWithin(parser,outerDepth)) { in parsePermissions()
DUserManagerService.java2957 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readEntry()
2980 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readBundleEntry()
/frameworks/base/core/java/android/content/
DRestrictionsManager.java655 while (XmlUtils.nextElementWithin(xml, outerDepth)) { in loadRestriction()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java124 if (XmlUtils.nextElementWithin(in, outerDepth)) { in gotoNextSectionOrEnd()
191 return !XmlUtils.nextElementWithin(in, sectionDepth); in isNextSectionEnd()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java338 while (XmlUtils.nextElementWithin(parser, depth)) { in restore()
/frameworks/base/core/java/com/android/server/
DSystemConfig.java658 while (XmlUtils.nextElementWithin(parser, depth)) { in readPrivAppPermissions()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java1580 public static boolean nextElementWithin(XmlPullParser parser, int outerDepth) in nextElementWithin() method in XmlUtils