Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodBindingControllerTest.java89 InputBindResult result = mBindingController.bindCurrentMethod(); in testBindCurrentMethod_noIme()
101 mBindingController.bindCurrentMethod(); in testBindCurrentMethod_unknownId()
118 InputBindResult result = mBindingController.bindCurrentMethod(); in testBindCurrentMethod_notConnected()
148 return mBindingController.bindCurrentMethod(); in testBindCurrentMethodWithMainConnection()
H A DInputMethodManagerServiceTestBase.java193 when(mMockInputMethodBindingController.bindCurrentMethod()) in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java407 InputBindResult bindCurrentMethod() { in bindCurrentMethod() method in InputMethodBindingController
514 bindCurrentMethod(); in setCurrentMethodVisible()
H A DInputMethodManagerService.java2669 return mBindingController.bindCurrentMethod(); in startInputUncheckedLocked()