Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java101 mService.getCurrentInputMethodSubtypeLocked(); in showInputMethodMenu()
H A DInputMethodManagerService.java3368 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()
5506 mCurrentSubtype = getCurrentInputMethodSubtypeLocked(); in setSelectedInputMethodAndSubtypeLocked()
5551 return getCurrentInputMethodSubtypeLocked(); in getCurrentInputMethodSubtype()
5572 InputMethodSubtype getCurrentInputMethodSubtypeLocked() { in getCurrentInputMethodSubtypeLocked() method