Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodBindingControllerTest.java179 assertThat(mBindingController.getCurMethodUid()).isNotEqualTo(Process.INVALID_UID); in testBindCurrentMethodWithMainConnection()
216 assertThat(mBindingController.getCurMethodUid()).isEqualTo(Process.INVALID_UID); in testUnbindCurrentMethod()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodBindingController.java298 int getCurMethodUid() { in getCurMethodUid() method in InputMethodBindingController
DInputMethodManagerService.java2032 UserHandle.getAppId(bindingController.getCurMethodUid()), in attachNewInputLocked()
5062 bindingController.getCurMethodUid(), in handleMessage()
5115 bindingController.getCurMethodUid())) { in handleSetInteractive()
/frameworks/base/services/
Dart-wear-profile12279 PLcom/android/server/inputmethod/InputMethodBindingController;->getCurMethodUid()I