Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettingsXml.java167 private final Stack<Integer> mDepthStack = new Stack<>(); field in SettingsXml.ReadSectionImpl
261 mDepthStack.push(mParser.getDepth()); in children()
277 int depth = mDepthStack.peek(); in moveToNextInternal()
296 mDepthStack.pop(); in moveToNextInternal()
307 if (mDepthStack.isEmpty()) { in close()