Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java166 private final Stack<Integer> mDepthStack = new Stack<>(); field in SettingsXml.ReadSectionImpl
260 mDepthStack.push(mParser.getDepth()); in children()
276 int depth = mDepthStack.peek(); in moveToNextInternal()
295 mDepthStack.pop(); in moveToNextInternal()
306 if (mDepthStack.isEmpty()) { in close()