Searched refs:mInputMethodServiceInternal (Results 1 – 1 of 1) sorted by relevance
95 private InputMethodServiceInternal mInputMethodServiceInternal; field in AbstractInputMethodService194 && event.getUnicodeChar() > 0 && mInputMethodServiceInternal != null) { in dispatchKeyEvent()195 mInputMethodServiceInternal.notifyUserActionIfNecessary(); in dispatchKeyEvent()265 if (mInputMethodServiceInternal == null) { in onBind()266 mInputMethodServiceInternal = createInputMethodServiceInternal(); in onBind()268 return new IInputMethodWrapper(mInputMethodServiceInternal, mInputMethod); in onBind()