Home | History | Annotate | Download | only in server

Lines Matching refs:oldSubtype

1954             final InputMethodSubtype oldSubtype = mCurrentSubtype;
1963 if (newSubtype == null || oldSubtype == null) {
1964 Slog.w(TAG, "Illegal subtype state: old subtype = " + oldSubtype
1968 if (newSubtype != oldSubtype) {