Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5643 final InputMethodSubtypeHandle nextSubtypeHandle = in switchKeyboardLayoutLocked() local
5646 if (nextSubtypeHandle == null) { in switchKeyboardLayoutLocked()
5649 final InputMethodInfo nextImi = settings.getMethodMap().get(nextSubtypeHandle.getImeId()); in switchKeyboardLayoutLocked()
5656 if (nextSubtypeHandle.equals(InputMethodSubtypeHandle.of(nextImi, null))) { in switchKeyboardLayoutLocked()
5663 if (nextSubtypeHandle.equals( in switchKeyboardLayoutLocked()