Home
last modified time | relevance | path

Searched refs:outerDepth (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DTestConferenceEventPackageParser.java96 int outerDepth = parser.getDepth(); in parse() local
97 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parse()
135 int outerDepth = parser.getDepth(); in parseParticipant() local
136 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in parseParticipant()
/frameworks/base/services/core/java/com/android/server/firewall/
DFilterList.java30 int outerDepth = parser.getDepth(); in readFromXml() local
31 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readFromXml()
DNotFilter.java46 int outerDepth = parser.getDepth();
47 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
/frameworks/base/services/core/java/com/android/server/display/
DPersistentDataStore.java237 final int outerDepth = parser.getDepth(); in loadFromXml() local
238 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
247 final int outerDepth = parser.getDepth(); in loadRememberedWifiDisplaysFromXml() local
248 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadRememberedWifiDisplaysFromXml()
/frameworks/base/services/core/java/com/android/server/tv/
DPersistentDataStore.java243 final int outerDepth = parser.getDepth(); in loadFromXml() local
244 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
260 final int outerDepth = parser.getDepth(); in loadBlockedRatingsFromXml() local
261 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadBlockedRatingsFromXml()
/frameworks/base/services/core/java/com/android/server/pm/
DPersistentPreferredActivity.java55 int outerDepth = parser.getDepth(); in PersistentPreferredActivity() local
59 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in PersistentPreferredActivity()
DKeySetManagerService.java624 int outerDepth = parser.getDepth(); in readKeySetsLPw() local
628 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readKeySetsLPw()
641 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readKeySetsLPw()
660 int outerDepth = parser.getDepth(); in readKeysLPw() local
663 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readKeysLPw()
676 int outerDepth = parser.getDepth(); in readKeySetListLPw() local
680 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readKeySetListLPw()
DSELinuxMMAC.java213 int outerDepth = parser.getDepth(); in readPolicyTags() local
217 || parser.getDepth() > outerDepth)) { in readPolicyTags()
254 int outerDepth = parser.getDepth(); in readSeinfoTag() local
258 || parser.getDepth() > outerDepth)) { in readSeinfoTag()
DCrossProfileIntentFilter.java79 int outerDepth = parser.getDepth(); in CrossProfileIntentFilter() local
83 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in CrossProfileIntentFilter()
DPackageSignatures.java91 int outerDepth = parser.getDepth(); in readXml() local
95 || parser.getDepth() > outerDepth)) { in readXml()
DSettings.java964 int outerDepth = parser.getDepth(); in readPreferredActivitiesLPw() local
967 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readPreferredActivitiesLPw()
993 int outerDepth = parser.getDepth(); in readPersistentPreferredActivitiesLPw() local
996 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readPersistentPreferredActivitiesLPw()
1015 int outerDepth = parser.getDepth(); in readCrossProfileIntentFiltersLPw() local
1018 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readCrossProfileIntentFiltersLPw()
1102 int outerDepth = parser.getDepth(); in readPackageRestrictionsLPr() local
1106 || parser.getDepth() > outerDepth)) { in readPackageRestrictionsLPr()
1204 int outerDepth = parser.getDepth(); in readComponentsLPr() local
1208 || parser.getDepth() > outerDepth)) { in readComponentsLPr()
[all …]
DPreferredComponent.java116 int outerDepth = parser.getDepth(); in PreferredComponent() local
120 || parser.getDepth() > outerDepth)) { in PreferredComponent()
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java256 final int outerDepth = parser.getDepth(); in loadFromXml() local
257 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
266 final int outerDepth = parser.getDepth(); in loadInputDevicesFromXml() local
267 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadInputDevicesFromXml()
422 final int outerDepth = parser.getDepth(); in loadFromXml() local
423 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in loadFromXml()
/frameworks/base/core/java/android/app/
DAliasActivity.java105 int outerDepth = parser.getDepth(); in parseAlias() local
107 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseAlias()
/frameworks/base/core/java/android/os/
DPersistableBundle.java236 final int outerDepth = in.getDepth(); in restoreFromXml() local
241 (event != XmlPullParser.END_TAG || in.getDepth() < outerDepth)) { in restoreFromXml()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplaySettings.java122 int outerDepth = parser.getDepth(); in readSettingsLocked() local
124 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readSettingsLocked()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXmlV1.java197 int outerDepth = parser.getDepth(); in read() local
199 && (eventCode != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in read()
/frameworks/base/services/core/java/com/android/server/
DSystemConfig.java374 int outerDepth = parser.getDepth(); in readPermission() local
378 || parser.getDepth() > outerDepth)) { in readPermission()
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java102 final int outerDepth = parser.getDepth(); in inflateChildElements() local
104 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflateChildElements()
DScaleDrawable.java139 final int outerDepth = parser.getDepth(); in inflateChildElements() local
141 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflateChildElements()
DAnimatedRotateDrawable.java345 int outerDepth = parser.getDepth(); in inflateChildElements() local
348 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflateChildElements()
DShapeDrawable.java389 final int outerDepth = parser.getDepth(); in inflate() local
391 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflate()
DRotateDrawable.java452 final int outerDepth = parser.getDepth(); in inflateChildElements() local
454 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in inflateChildElements()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminInfo.java284 int outerDepth = parser.getDepth(); in DeviceAdminInfo() local
286 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in DeviceAdminInfo()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java48 int outerDepth = parser.getDepth(); in skipCurrentTag() local
52 || parser.getDepth() > outerDepth)) { in skipCurrentTag()
1470 public static boolean nextElementWithin(XmlPullParser parser, int outerDepth) in nextElementWithin() argument
1475 || (type == XmlPullParser.END_TAG && parser.getDepth() == outerDepth)) { in nextElementWithin()
1479 && parser.getDepth() == outerDepth + 1) { in nextElementWithin()

12