Lines Matching defs:mSettings

237     final InputMethodSettings mSettings;
799 String newEnabled = mSettings.getEnabledInputMethodsStr();
950 final boolean retval = userId == mSettings.getCurrentUserId();
965 String curInputMethodId = mSettings.getSelectedInputMethod();
1081 String curInputMethodId = mSettings.getSelectedInputMethod();
1115 curIm.getComponent(), 0, mSettings.getCurrentUserId());
1239 final int currentUserId = mSettings.getCurrentUserId();
1246 mSettings.switchCurrentUser(currentUserId, !mSystemReady);
1310 // mSettings should be created before buildInputMethodListLocked
1311 mSettings = new InputMethodSettings(
1317 mSettings, context);
1326 context, mSettings.getEnabledInputMethodListLocked());
1340 + " currentUserId=" + mSettings.getCurrentUserId());
1349 mSettings.switchCurrentUser(newUserId, useCopyOnWriteSettings);
1353 final String defaultImiId = mSettings.getSelectedInputMethod();
1371 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) {
1386 mSettings.getEnabledInputMethodListLocked(), newUserId,
1391 + " selectedIme=" + mSettings.getSelectedInputMethod());
1395 mSettings.setCurrentProfileIds(
1396 mUserManager.getProfileIdsWithDisabled(mSettings.getCurrentUserId()));
1422 final int currentUserId = mSettings.getCurrentUserId();
1423 mSettings.switchCurrentUser(currentUserId,
1454 mSettings.getEnabledInputMethodListLocked(), currentUserId,
1477 + mSettings.getCurrentUserId() + ", calling pid = " + Binder.getCallingPid()
1480 if (uid == Process.SYSTEM_UID || mSettings.isCurrentProfile(userId)) {
1534 new UserHandle(mSettings.getCurrentUserId()));
1555 return mSettings.getEnabledInputMethodListLocked();
1580 return mSettings.getEnabledInputMethodSubtypeListLocked(
2071 mSettings.getCurrentUserId()));
2105 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
2116 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
2306 List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2314 mSettings.getCurrentUserId());
2323 PackageManager.DONT_KILL_APP, mSettings.getCurrentUserId(),
2334 String id = mSettings.getSelectedInputMethod();
2337 id = mSettings.getSelectedInputMethod();
2341 setInputMethodLocked(id, mSettings.getSelectedInputMethodSubtypeId(id));
2352 // mSwitchingController and mSettings should be able to share the same state.
2353 // TODO: Make sure that mSwitchingController and mSettings are sharing the
2360 mShowImeWithHardKeyboard = mSettings.isShowImeWithHardKeyboardEnabled();
2417 notifyInputMethodSubtypeChanged(mSettings.getCurrentUserId(), info, newSubtype);
2444 notifyInputMethodSubtypeChanged(mSettings.getCurrentUserId(), info,
2853 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
2880 final List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2965 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
3394 mSettings.getEnabledInputMethodListLocked());
3429 mSettings.getCurrentUserId());
3470 PackageManager.MATCH_DISABLED_COMPONENTS, mSettings.getCurrentUserId());
3483 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked();
3514 final String defaultImiId = mSettings.getSelectedInputMethod();
3527 // mSwitchingController and mSettings should be able to share the same state.
3528 // TODO: Make sure that mSwitchingController and mSettings are sharing the
3545 userId = mSettings.getCurrentUserId();
3568 final String lastInputMethodId = mSettings.getSelectedInputMethod();
3569 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId);
3574 mSettings.getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(
3652 mSettings.setShowImeWithHardKeyboard(isChecked);
3794 List<Pair<String, ArrayList<String>>> enabledInputMethodsList = mSettings
3805 mSettings.appendAndPutEnabledInputMethodLocked(id, false);
3810 if (mSettings.buildAndPutEnabledInputMethodsStrRemovingIdLocked(
3813 final String selId = mSettings.getSelectedInputMethod();
3831 mSettings.saveCurrentInputMethodAndSubtypeToHistory(mCurMethodId, mCurrentSubtype);
3848 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
3853 mSettings.putSelectedSubtype(subtype.hashCode());
3856 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
3864 mSettings.putSelectedInputMethod(imi != null ? imi.getId() : "");
3873 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme);
3889 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
3902 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
3984 final boolean subtypeIsSelected = mSettings.isSubtypeSelected();
3991 int subtypeId = mSettings.getSelectedInputMethodSubtypeId(mCurMethodId);
3997 mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true);
4452 p.println(" mSettings:");
4453 mSettings.dumpLocked(p, " ");