Searched refs:getCurId (Results 1 – 4 of 4) sorted by relevance
167 assertThat(mBindingController.getCurId()).isEqualTo(info.getId()); in testBindCurrentMethodWithMainConnection()214 assertThat(mBindingController.getCurId()).isNull(); in testUnbindCurrentMethod()
171 String getCurId() { in getCurId() method in InputMethodBindingController
2017 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()
12277 PLcom/android/server/inputmethod/InputMethodBindingController;->getCurId()Ljava/lang/String;