Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4092 setInputMethodWithSubtypeIdLocked(token, id, NOT_A_SUBTYPE_ID); in setInputMethod()
4111 setInputMethodWithSubtypeIdLocked(token, id, in setInputMethodAndSubtype()
4183 setInputMethodWithSubtypeIdLocked(token, targetLastImiId, subtypeId); in switchToPreviousInputMethod()
4208 setInputMethodWithSubtypeIdLocked(token, nextSubtype.mImi.getId(), in switchToNextInputMethodLocked()
4823 private void setInputMethodWithSubtypeIdLocked(IBinder token, String id, int subtypeId) { in setInputMethodWithSubtypeIdLocked() method