Home | History | Annotate | Download | only in pm

Lines Matching refs:innerDepth

2160                 final int innerDepth = parser.getDepth();
2162 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) {
3615 final int innerDepth = parser.getDepth();
3624 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) {
3890 final int innerDepth = parser.getDepth();
3893 && (type != XmlPullParser.END_TAG || parser.getDepth() > innerDepth)) {