Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodBindingControllerTest.java167 assertThat(mBindingController.getCurId()).isEqualTo(info.getId()); in testBindCurrentMethodWithMainConnection()
214 assertThat(mBindingController.getCurId()).isNull(); in testUnbindCurrentMethod()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodBindingController.java171 String getCurId() { in getCurId() method in InputMethodBindingController
DInputMethodManagerService.java2017 bindingController.getCurId(), startInputReason, in attachNewInputLocked()
2060 final var curId = bindingController.getCurId(); in attachNewInputLocked()
2208 final String curId = bindingController.getCurId(); in startInputUncheckedLocked()
2355 bindingController.getCurId(), in tryReuseConnectionLocked()
2371 bindingController.getCurId(), in tryReuseConnectionLocked()
2728 if (!Objects.equals(bindingController.getCurId(), in shouldShowImeSwitcherLocked()
2899 final var curId = bindingController.getCurId(); in updateSystemUiLocked()
4624 proto.write(CUR_ID, bindingController.getCurId()); in dumpDebug()
5858 bindingController.getCurId(), in onSessionForAccessibilityCreated()
6121 p.println(" mCurId=" + bindingController.getCurId() in dumpAsStringNoCheck()
/frameworks/base/services/
Dart-wear-profile12277 PLcom/android/server/inputmethod/InputMethodBindingController;->getCurId()Ljava/lang/String;