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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java59 private InputMethodInfo mShortcutInputMethodInfo; field in class:SubtypeSwitcher
138 + (mShortcutInputMethodInfo == null
139 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", "
146 mShortcutInputMethodInfo = null;
152 mShortcutInputMethodInfo = imi;
160 + (mShortcutInputMethodInfo == null
161 ? "<null>" : mShortcutInputMethodInfo.getId()) + ", "
191 if (mShortcutInputMethodInfo == null) {
195 final String imiId = mShortcutInputMethodInfo.getId();
217 if (mShortcutInputMethodInfo
[all...]

Completed in 91 milliseconds