Searched refs:imeId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodUtils.java | 800 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local 804 imsList.add(new Pair<>(imeId, subtypeHashes)); in buildInputMethodsAndSubtypeList() 1041 String imeId = ime.first; in saveSubtypeHistory() local 1051 builder.append(imeId).append(INPUT_METHOD_SUBTYPE_SEPARATOR).append( in saveSubtypeHistory() 1058 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory() argument 1061 if (ime.first.equals(imeId)) { in addSubtypeToHistory() 1063 Slog.v(TAG, "Subtype found in the history: " + imeId + ", " in addSubtypeToHistory() 1072 Slog.v(TAG, "Add subtype to the history: " + imeId + ", " + subtypeId); in addSubtypeToHistory() 1074 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory() 1095 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked() argument [all …]
|
D | InputMethodManagerService.java | 739 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() argument 749 mImeId = imeId; in StartInputInfo() 3938 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local 3940 Slog.w(TAG, "Skipping input method " + imeId in queryInputMethodServicesInternal() 3946 if (DEBUG) Slog.d(TAG, "Checking " + imeId); in queryInputMethodServicesInternal() 3950 additionalSubtypeMap.get(imeId)); in queryInputMethodServicesInternal() 3960 Slog.wtf(TAG, "Unable to load input method " + imeId, e); in queryInputMethodServicesInternal() 4904 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local 4914 handleShellCommandEnableDisableInputMethodInternalLocked(userId, imeId, enabled, in handleShellCommandEnableDisableInputMethod() 4952 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked() argument [all …]
|
D | MultiClientInputMethodManagerService.java | 1146 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethod() local 1148 Slog.e(TAG, imeId + " must have required" in queryInputMethod() 1154 Slog.e(TAG, imeId + " must be pre-installed when Build.IS_DEBUGGABLE is false"); in queryInputMethod() 1161 Slog.wtf(TAG, "Unable to load input method " + imeId, e); in queryInputMethod()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 2769 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local 2771 if (ComponentName.unflattenFromString(imeId) == null) { in setCurrentInputMethodSubtype() 2777 enabledSubtypes = mService.getEnabledInputMethodSubtypeList(imeId, true); in setCurrentInputMethodSubtype()
|