Lines Matching defs:mSettings

170     final InputMethodSettings mSettings;
444 final boolean retval = userId == mSettings.getCurrentUserId();
457 String curInputMethodId = mSettings.getSelectedInputMethod();
487 String curInputMethodId = mSettings.getSelectedInputMethod();
521 curIm.getComponent(), 0, mSettings.getCurrentUserId());
662 // mSettings should be created before buildInputMethodListLocked
663 mSettings = new InputMethodSettings(
669 final String defaultImiId = mSettings.getSelectedInputMethod();
673 mSettings.enableAllIMEsIfThereIsNoEnabledIME();
742 final String selectedImiId = mSettings.getSelectedInputMethod();
769 mSettings.setCurrentUserId(newUserId);
903 + mSettings.getCurrentUserId() + ", calling pid = " + Binder.getCallingPid());
905 if (uid == Process.SYSTEM_UID || userId == mSettings.getCurrentUserId()) {
933 return mContext.bindService(service, conn, flags, mSettings.getCurrentUserId());
954 return mSettings.getEnabledInputMethodListLocked();
962 for (InputMethodInfo imi: mSettings.getEnabledInputMethodListLocked()) {
975 mSettings.getEnabledInputMethodSubtypeListLocked(imi);
1401 mSettings.getCurrentUserId()));
1422 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
1581 String id = mSettings.getSelectedInputMethod();
1584 id = mSettings.getSelectedInputMethod();
2021 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
2047 final List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2107 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
2414 List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2459 String disabledSysImes = mSettings.getDisabledSystemInputMethods();
2464 PackageManager.GET_META_DATA, mSettings.getCurrentUserId());
2507 final String defaultImiId = mSettings.getSelectedInputMethod();
2560 final String lastInputMethodId = mSettings.getSelectedInputMethod();
2838 List<Pair<String, ArrayList<String>>> enabledInputMethodsList = mSettings
2849 mSettings.appendAndPutEnabledInputMethodLocked(id, false);
2854 if (mSettings.buildAndPutEnabledInputMethodsStrRemovingIdLocked(
2857 final String selId = mSettings.getSelectedInputMethod();
2883 mSettings.addSubtypeToHistory(mCurMethodId, subtypeId);
2894 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
2899 mSettings.putSelectedSubtype(subtype.hashCode());
2902 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
2919 mSettings.putSelectedInputMethod(imi != null ? imi.getId() : "");
2928 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme);
2946 final int subtypeHashCode = mSettings.getSelectedInputMethodSubtypeHashCode();
3097 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
3193 mSettings.getSelectedInputMethodSubtypeHashCode() != NOT_A_SUBTYPE_ID;