Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java5932 final InputMethodSubtypeHandle nextSubtypeHandle = in switchKeyboardLayout() local
5935 if (nextSubtypeHandle == null) { in switchKeyboardLayout()
5938 final InputMethodInfo nextImi = mMethodMap.get(nextSubtypeHandle.getImeId()); in switchKeyboardLayout()
5945 if (nextSubtypeHandle.equals(InputMethodSubtypeHandle.of(nextImi, null))) { in switchKeyboardLayout()
5952 if (nextSubtypeHandle.equals( in switchKeyboardLayout()