Home
last modified time | relevance | path

Searched refs:getSelectedMethodId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DAutofillSuggestionsController.java105 final var imeId = mBindingController.getSelectedMethodId(); in onCreateInlineSuggestionsRequest()
DInputMethodBindingController.java190 String getSelectedMethodId() { in getSelectedMethodId() method in InputMethodBindingController
618 EventLog.writeEvent(EventLogTags.IMF_FORCE_RECONNECT_IME, getSelectedMethodId(), in setCurrentMethodVisible()
DInputMethodManagerService.java520 return getInputMethodBindingController(mCurrentUserId).getSelectedMethodId(); in getSelectedMethodIdLocked()
2141 String selectedMethodId = bindingController.getSelectedMethodId(); in startInputUncheckedLocked()
2210 if (curId != null && curId.equals(bindingController.getSelectedMethodId()) in startInputUncheckedLocked()
2729 bindingController.getSelectedMethodId())) { in shouldShowImeSwitcherLocked()
2902 || !Objects.equals(curId, bindingController.getSelectedMethodId())) { in updateSystemUiLocked()
3093 if (id.equals(bindingController.getSelectedMethodId())) { in setInputMethodLocked()
4126 bindingController.getSelectedMethodId()); in switchToPreviousInputMethod()
5554 final var selectedMethodId = getInputMethodBindingController(userId).getSelectedMethodId(); in getCurrentInputMethodSubtypeLocked()
5947 if (bindingController.getSelectedMethodId() == null) { in createInputContentUriToken()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java198 when(mMockInputMethodBindingController.getSelectedMethodId()) in setUp()
/frameworks/base/services/
Dart-wear-profile12282 PLcom/android/server/inputmethod/InputMethodBindingController;->getSelectedMethodId()Ljava/lang/Str…