Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3237 setInputMethodWithSubtypeIdLocked(token, id, NOT_A_SUBTYPE_ID); in setInputMethod()
3249 setInputMethodWithSubtypeIdLocked(token, id, in setInputMethodAndSubtype()
3335 setInputMethodWithSubtypeIdLocked(token, targetLastImiId, subtypeId); in switchToPreviousInputMethod()
3354 setInputMethodWithSubtypeIdLocked(token, nextSubtype.mImi.getId(), in switchToNextInputMethod()
3598 private void setInputMethodWithSubtypeIdLocked(IBinder token, String id, int subtypeId) { in setInputMethodWithSubtypeIdLocked() method in InputMethodManagerService