Home
last modified time | relevance | path

Searched refs:setSelectedMethodId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodBindingControllerTest.java88 mBindingController.setSelectedMethodId(null); in testBindCurrentMethod_noIme()
97 mBindingController.setSelectedMethodId("unknown ime id"); in testBindCurrentMethod_unknownId()
109 mBindingController.setSelectedMethodId(TEST_IME_ID); in testBindCurrentMethod_notConnected()
137 mBindingController.setSelectedMethodId(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java178 void setSelectedMethodId(@Nullable String selectedMethodId) { in setSelectedMethodId() method in InputMethodBindingController
H A DInputMethodManagerService.java516 mBindingController.setSelectedMethodId(selectedMethodId); in setSelectedMethodIdLocked()