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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java186 * @param sectionDepth depth of the start tag of this section. Used to match the end tag.
190 public static boolean isNextSectionEnd(XmlPullParser in, int sectionDepth) argument
192 return !XmlUtils.nextElementWithin(in, sectionDepth);

Completed in 32 milliseconds