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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java70 private InputMethodInfo mShortcutInputMethodInfo; field in class:RichInputMethodManager
540 + (mShortcutInputMethodInfo == null
541 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", "
557 mShortcutInputMethodInfo = null;
563 mShortcutInputMethodInfo = imi;
571 + (mShortcutInputMethodInfo == null
572 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", "
579 if (mShortcutInputMethodInfo == null) {
583 final String imiId = mShortcutInputMethodInfo.getId();
604 if (mShortcutInputMethodInfo
[all...]

Completed in 55 milliseconds