Home | History | Annotate | Download | only in server

Lines Matching defs:newValue

833                     final String newValue = intent.getStringExtra(
835 restoreEnabledInputMethods(mContext, prevValue, newValue);
872 static void restoreEnabledInputMethods(Context context, String prevValue, String newValue) {
876 Slog.i(TAG, " new=" + newValue);
882 InputMethodUtils.parseInputMethodsAndSubtypesString(newValue);