Searched refs:getSelectedMethodId (Results 1 – 5 of 5) sorted by relevance
105 final var imeId = mBindingController.getSelectedMethodId(); in onCreateInlineSuggestionsRequest()
190 String getSelectedMethodId() { in getSelectedMethodId() method in InputMethodBindingController618 EventLog.writeEvent(EventLogTags.IMF_FORCE_RECONNECT_IME, getSelectedMethodId(), in setCurrentMethodVisible()
520 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()
198 when(mMockInputMethodBindingController.getSelectedMethodId()) in setUp()
12282 PLcom/android/server/inputmethod/InputMethodBindingController;->getSelectedMethodId()Ljava/lang/Str…