Searched refs:mCompletions (Results 1 – 2 of 2) sorted by relevance
417 CompletionInfo[] mCompletions; field in InputMethodManager591 mCompletions = null; in startInput()1477 mCompletions = null; in finishInputLocked()1497 mCompletions = completions; in displayCompletions()1499 mCurrentInputMethodSession.displayCompletions(mCompletions); in displayCompletions()2024 if (mCurrentInputMethodSession != null && mCompletions != null) { in startInputInner()2025 mCurrentInputMethodSession.displayCompletions(mCompletions); in startInputInner()3111 p.println(" mCompletions=" + Arrays.toString(mCompletions)); in doDump()
63835 Landroid/view/inputmethod/InputMethodManager;->mCompletions:[Landroid/view/inputmethod/CompletionIn…