Lines Matching refs:mSettings

170     final InputMethodSettings mSettings;
445 final boolean retval = userId == mSettings.getCurrentUserId();
460 String curInputMethodId = mSettings.getSelectedInputMethod();
490 String curInputMethodId = mSettings.getSelectedInputMethod();
524 curIm.getComponent(), 0, mSettings.getCurrentUserId());
665 // mSettings should be created before buildInputMethodListLocked
666 mSettings = new InputMethodSettings(
672 final String defaultImiId = mSettings.getSelectedInputMethod();
676 mSettings.enableAllIMEsIfThereIsNoEnabledIME();
745 final String selectedImiId = mSettings.getSelectedInputMethod();
772 mSettings.setCurrentUserId(newUserId);
908 + mSettings.getCurrentUserId() + ", calling pid = " + Binder.getCallingPid());
910 if (uid == Process.SYSTEM_UID || userId == mSettings.getCurrentUserId()) {
938 return mContext.bindService(service, conn, flags, mSettings.getCurrentUserId());
959 return mSettings.getEnabledInputMethodListLocked();
967 for (InputMethodInfo imi: mSettings.getEnabledInputMethodListLocked()) {
980 mSettings.getEnabledInputMethodSubtypeListLocked(imi);
1413 mSettings.getCurrentUserId()));
1434 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
1593 String id = mSettings.getSelectedInputMethod();
1596 id = mSettings.getSelectedInputMethod();
2041 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
2067 final List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2127 final Pair<String, String> lastIme = mSettings.getLastInputMethodAndSubtypeLocked();
2434 List<InputMethodInfo> enabled = mSettings.getEnabledInputMethodListLocked();
2479 String disabledSysImes = mSettings.getDisabledSystemInputMethods();
2484 PackageManager.GET_META_DATA, mSettings.getCurrentUserId());
2525 final String defaultImiId = mSettings.getSelectedInputMethod();
2578 final String lastInputMethodId = mSettings.getSelectedInputMethod();
2856 List<Pair<String, ArrayList<String>>> enabledInputMethodsList = mSettings
2867 mSettings.appendAndPutEnabledInputMethodLocked(id, false);
2872 if (mSettings.buildAndPutEnabledInputMethodsStrRemovingIdLocked(
2875 final String selId = mSettings.getSelectedInputMethod();
2901 mSettings.addSubtypeToHistory(mCurMethodId, subtypeId);
2912 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
2917 mSettings.putSelectedSubtype(subtype.hashCode());
2920 mSettings.putSelectedSubtype(NOT_A_SUBTYPE_ID);
2937 mSettings.putSelectedInputMethod(imi != null ? imi.getId() : "");
2946 String subtypeHashCode = mSettings.getLastSubtypeForInputMethodLocked(newDefaultIme);
2964 final int subtypeHashCode = mSettings.getSelectedInputMethodSubtypeHashCode();
3115 List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked();
3211 mSettings.getSelectedInputMethodSubtypeHashCode() != NOT_A_SUBTYPE_ID;