Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/
DTelephonyVvmConfigManager.java103 final int outerDepth = in.getDepth(); in readBundleList() local
106 && (event != XmlPullParser.END_TAG || in.getDepth() < outerDepth)) { in readBundleList()
119 final int outerDepth = in.getDepth(); in restoreFromXml() local
124 && (event != XmlPullParser.END_TAG || in.getDepth() < outerDepth)) { in restoreFromXml()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1387 int outerDepth = parser.getDepth();
1388 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1411 int outerDepth = parser.getDepth();
1412 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1502 int outerDepth = parser.getDepth();
1503 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1585 int outerDepth = parser.getDepth();
1589 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1678 int outerDepth = parser.getDepth();
1696 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/nonrequiredapps/
DSystemAppsSnapshot.java133 int outerDepth = parser.getDepth(); in readSystemApps() local
135 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in readSystemApps()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java661 final int outerDepth = parser.getDepth(); in parseEditSchema() local
664 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseEditSchema()
666 if (type != XmlPullParser.START_TAG || depth != outerDepth + 1) { in parseEditSchema()
804 final int outerDepth = parser.getDepth(); in parseTypes() local
807 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseTypes()
809 if (type != XmlPullParser.START_TAG || depth != outerDepth + 1) { in parseTypes()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java532 final int outerDepth = parser.getDepth(); in parseEditSchema() local
535 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseEditSchema()
537 if (type != XmlPullParser.START_TAG || depth != outerDepth + 1) { in parseEditSchema()
920 final int outerDepth = parser.getDepth(); in parseTypes() local
923 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in parseTypes()
925 if (type != XmlPullParser.START_TAG || depth != outerDepth + 1) { in parseTypes()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java390 int outerDepth = parser.getDepth(); in load() local
392 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in load()
/packages/apps/Settings/src/com/android/settings/search/
DDatabaseIndexingManager.java736 final int outerDepth = parser.getDepth(); in indexFromResource() local
793 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in indexFromResource()