Home
last modified time | relevance | path

Searched refs:getCurMethod (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DAutofillSuggestionsController.java115 if (mBindingController.getCurMethod() != null) { in onCreateInlineSuggestionsRequest()
133 IInputMethodInvoker curMethod = mBindingController.getCurMethod(); in performOnCreateInlineSuggestionsRequest()
DInputMethodBindingController.java290 IInputMethodInvoker getCurMethod() { in getCurMethod() method in InputMethodBindingController
DInputMethodManagerService.java626 return getInputMethodBindingController(mCurrentUserId).getCurMethod(); in getCurMethodLocked()
2009 bindingController.getCurMethod().bindInput(mCurClient.mBinding); in attachNewInputLocked()
5346 final IInputMethodInvoker curMethod = bindingController.getCurMethod(); in sendOnNavButtonFlagsChangedLocked()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodBindingControllerTest.java178 assertThat(mBindingController.getCurMethod()).isNotNull(); in testBindCurrentMethodWithMainConnection()
215 assertThat(mBindingController.getCurMethod()).isNull(); in testUnbindCurrentMethod()
DInputMethodManagerServiceTestBase.java193 when(mMockInputMethodBindingController.getCurMethod()) in setUp()
/frameworks/base/services/
Dart-wear-profile12278 PLcom/android/server/inputmethod/InputMethodBindingController;->getCurMethod()Lcom/android/server/i…