Home
last modified time | relevance | path

Searched refs:sectionDepth (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DBackupRestoreController.java127 int sectionDepth = in.getDepth(); in parserBackupDataAndDispatch() local
129 while (XmlUtil.gotoNextSectionOrEnd(in, sectionName, sectionDepth)) { in parserBackupDataAndDispatch()
134 distpatchBackupData(sectionName[0], in, sectionDepth); in parserBackupDataAndDispatch()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java83 final int sectionDepth = parser.getDepth(); in parseWidgetSectionsXml() local
85 || parser.getDepth() > sectionDepth) in parseWidgetSectionsXml()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java222 public static boolean isNextSectionEnd(XmlPullParser in, int sectionDepth) in isNextSectionEnd() argument
224 return !XmlUtilHelper.nextElementWithin(in, sectionDepth); in isNextSectionEnd()