Lines Matching refs:mSettings

302     final InputMethodSettings mSettings;
389 final String lastInputId = mSettings.getSelectedInputMethod();
391 mSettings.getSelectedInputMethodSubtypeId(lastInputId));
891 String newEnabled = mSettings.getEnabledInputMethodsStr();
1029 final boolean retval = userId == mSettings.getCurrentUserId();
1044 String curInputMethodId = mSettings.getSelectedInputMethod();
1162 String curInputMethodId = mSettings.getSelectedInputMethod();
1196 curIm.getComponent(), 0, mSettings.getCurrentUserId());
1320 final int currentUserId = mSettings.getCurrentUserId();
1327 mSettings.switchCurrentUser(currentUserId, !mSystemReady);
1394 // mSettings should be created before buildInputMethodListLocked
1395 mSettings = new InputMethodSettings(
1401 mSettings, context);
1419 context, mSettings.getEnabledInputMethodListLocked());
1434 + " currentUserId=" + mSettings.getCurrentUserId());
1443 mSettings.switchCurrentUser(newUserId, useCopyOnWriteSettings);
1447 final String defaultImiId = mSettings.getSelectedInputMethod();
1465 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) {
1480 mSettings.getEnabledInputMethodListLocked(), newUserId,
1485 + " selectedIme=" + mSettings.getSelectedInputMethod());
1489 mSettings.setCurrentProfileIds(
1490 mUserManager.getProfileIdsWithDisabled(mSettings.getCurrentUserId()));
1516 final int currentUserId = mSettings.getCurrentUserId();
1517 mSettings.switchCurrentUser(currentUserId,
1544 final String defaultImiId = mSettings.getSelectedInputMethod();
1550 mSettings.getEnabledInputMethodListLocked(), currentUserId,
1573 + mSettings.getCurrentUserId() + ", calling pid = " + Binder.getCallingPid()
1576 if (uid == Process.SYSTEM_UID || mSettings.isCurrentProfile(userId)) {
1634 new UserHandle(mSettings.getCurrentUserId()));
1670 return mSettings.getEnabledInputMethodListLocked();
1695 return mSettings.getEnabledInputMethodSubtypeListLocked(
2206 mSettings.getCurrentUserId()));
2241 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
2252 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
2442 List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2450 mSettings.getCurrentUserId());
2459 PackageManager.DONT_KILL_APP, mSettings.getCurrentUserId(),
2470 String id = mSettings.getSelectedInputMethod();
2473 id = mSettings.getSelectedInputMethod();
2477 setInputMethodLocked(id, mSettings.getSelectedInputMethodSubtypeId(id));
2488 // mSwitchingController and mSettings should be able to share the same state.
2489 // TODO: Make sure that mSwitchingController and mSettings are sharing the
2496 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled();
3048 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
3075 final List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
3160 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
3593 mSettings.getEnabledInputMethodListLocked());
3640 mSettings.getCurrentUserId());
3682 mSettings.getCurrentUserId());
3697 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked();
3737 final String defaultImiId = mSettings.getSelectedInputMethod();
3750 // mSwitchingController and mSettings should be able to share the same state.
3751 // TODO: Make sure that mSwitchingController and mSettings are sharing the
3768 userId = mSettings.getCurrentUserId();
3791 final String lastInputMethodId = mSettings.getSelectedInputMethod();
3792 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId);
3797 mSettings.getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(
3875 mSettings.setShowImeWithHardKeyboard(isChecked);
3994 List<Pair<String, ArrayList<String>>> enabledInputMethodsList = mSettings
4005 mSettings.appendAndPutEnabledInputMethodLocked(id, false);
4010 if (mSettings.buildAndPutEnabledInputMethodsStrRemovingIdLocked(
4013 final String selId = mSettings.getSelectedInputMethod();
4034 mSettings.saveCurrentInputMethodAndSubtypeToHistory(mCurMethodId, mCurrentSubtype);
4057 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
4062 mSettings.putSelectedSubtype(subtype.hashCode());
4065 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
4073 mSettings.putSelectedInputMethod(imi != null ? imi.getId() : "");
4082 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme);
4098 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
4111 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
4193 final boolean subtypeIsSelected = mSettings.isSubtypeSelected();
4200 int subtypeId = mSettings.getSelectedInputMethodSubtypeId(mCurMethodId);
4206 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
4667 p.println(" mSettings:");
4668 mSettings.dumpLocked(p, " ");
4880 mSettings.putSelectedInputMethod(null);
5027 mSettings.putSelectedInputMethod(null);
5031 mSettings.getEnabledInputMethodListLocked();
5048 mSettings.getEnabledInputMethodListLocked(),
5049 mSettings.getCurrentUserId(),
5051 nextIme = mSettings.getSelectedInputMethod();