Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3074 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked() local
3083 if (newSubtype == null || oldSubtype == null) { in setInputMethodLocked()
3084 Slog.w(TAG, "Illegal subtype state: old subtype = " + oldSubtype in setInputMethodLocked()
3088 if (newSubtype != oldSubtype) { in setInputMethodLocked()