Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodBindingControllerTest.java173 assertThat(mBindingController.getCurMethod()).isNotNull(); in testBindCurrentMethodWithMainConnection()
210 assertThat(mBindingController.getCurMethod()).isNull(); in testUnbindCurrentMethod()
H A DInputMethodManagerServiceTestBase.java191 when(mMockInputMethodBindingController.getCurMethod()) in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java228 IInputMethodInvoker getCurMethod() { in getCurMethod() method in InputMethodBindingController
H A DInputMethodManagerService.java714 return mBindingController.getCurMethod(); in getCurMethodLocked()
5403 final IInputMethodInvoker curMethod = mBindingController.getCurMethod(); in sendOnNavButtonFlagsChangedLocked()