Searched refs:getCurMethod (Results 1 – 6 of 6) sorted by relevance
115 if (mBindingController.getCurMethod() != null) { in onCreateInlineSuggestionsRequest()133 IInputMethodInvoker curMethod = mBindingController.getCurMethod(); in performOnCreateInlineSuggestionsRequest()
290 IInputMethodInvoker getCurMethod() { in getCurMethod() method in InputMethodBindingController
626 return getInputMethodBindingController(mCurrentUserId).getCurMethod(); in getCurMethodLocked()2009 bindingController.getCurMethod().bindInput(mCurClient.mBinding); in attachNewInputLocked()5346 final IInputMethodInvoker curMethod = bindingController.getCurMethod(); in sendOnNavButtonFlagsChangedLocked()
178 assertThat(mBindingController.getCurMethod()).isNotNull(); in testBindCurrentMethodWithMainConnection()215 assertThat(mBindingController.getCurMethod()).isNull(); in testUnbindCurrentMethod()
193 when(mMockInputMethodBindingController.getCurMethod()) in setUp()
12278 PLcom/android/server/inputmethod/InputMethodBindingController;->getCurMethod()Lcom/android/server/i…