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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyNodeImpl.java67 private int mDepth; field in class:PolicyNodeImpl
117 mDepth = mParent.getDepth() + 1;
120 mDepth = 0;
149 return mDepth;
259 if ((node.mChildren.size() == 0) && (depth > mDepth + 1))
314 if (mDepth == depth) {
349 if (mDepth < depth) {
379 if (mDepth < depth) {

Completed in 31 milliseconds