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.java1339 int outerDepth = parser.getDepth();
1340 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1363 int outerDepth = parser.getDepth();
1364 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1454 int outerDepth = parser.getDepth();
1455 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1537 int outerDepth = parser.getDepth();
1541 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
1630 int outerDepth = parser.getDepth();
1648 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.java383 int outerDepth = parser.getDepth(); in load() local
385 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in load()
/packages/apps/Settings/src/com/android/settings/search2/
DDatabaseIndexingManager.java718 final int outerDepth = parser.getDepth(); in indexFromResource() local
775 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) { in indexFromResource()