Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_shortcut_iterator.h46 const int maxDepth, int *const outTarget, int *const outTargetLength, in nextShortcutTarget() argument
48 mShortcutStructurePolicy->getNextShortcut(maxDepth, outTarget, outTargetLength, in nextShortcutTarget()
/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java954 int maxDepth = 0; in completeConstruction() local
960 if (maxDepth < depth) { in completeConstruction()
961 maxDepth = depth; in completeConstruction()
964 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()
966 mStateStack = new StateInfo[maxDepth]; in completeConstruction()
967 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()