Searched refs:maxDepth (Results 1 – 3 of 3) sorted by relevance
956 int maxDepth = 0; in completeConstruction() local962 if (maxDepth < depth) { in completeConstruction()963 maxDepth = depth; in completeConstruction()966 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()968 mStateStack = new StateInfo[maxDepth]; in completeConstruction()969 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()
1790 Byte maxDepth = getValueFromKeyNonNull(key); in getPipelineMaxDepthChecked() local1792 if (maxDepth == null) { in getPipelineMaxDepthChecked()1797 + REQUEST_PIPELINE_MAX_DEPTH_MAX, maxDepth <= REQUEST_PIPELINE_MAX_DEPTH_MAX); in getPipelineMaxDepthChecked()1799 return maxDepth; in getPipelineMaxDepthChecked()
560 private PersistableBundle deepCopyBundle(PersistableBundle bundle, int maxDepth) {561 if (maxDepth <= 0) {569 PersistableBundle bCopy = deepCopyBundle((PersistableBundle) o, maxDepth-1);