Home
last modified time | relevance | path

Searched refs:onUserActionLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java444 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() method in InputMethodSubtypeSwitchingController.ControllerImpl
504 public void onUserActionLocked(InputMethodInfo imi, InputMethodSubtype subtype) { in onUserActionLocked() method in InputMethodSubtypeSwitchingController
511 mController.onUserActionLocked(imi, subtype); in onUserActionLocked()
DInputMethodManagerService.java4659 mSwitchingController.onUserActionLocked(imi, in notifyUserAction()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java191 controller.onUserActionLocked(subtypeListItem.mImi, subtype); in onUserAction()