Searched refs:sectionDepth (Results 1 – 3 of 3) sorted by relevance
127 int sectionDepth = in.getDepth(); in parserBackupDataAndDispatch() local129 while (XmlUtil.gotoNextSectionOrEnd(in, sectionName, sectionDepth)) { in parserBackupDataAndDispatch()134 distpatchBackupData(sectionName[0], in, sectionDepth); in parserBackupDataAndDispatch()
83 final int sectionDepth = parser.getDepth(); in parseWidgetSectionsXml() local85 || parser.getDepth() > sectionDepth) in parseWidgetSectionsXml()
222 public static boolean isNextSectionEnd(XmlPullParser in, int sectionDepth) in isNextSectionEnd() argument224 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd()