/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodUtils.java | 845 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local 1094 String imeId = ime.first; in saveSubtypeHistory() local 1114 if (ime.first.equals(imeId)) { in addSubtypeToHistory() 1127 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory() 1148 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked() argument 1164 if (TextUtils.isEmpty(imeId) || imeInTheHistory.equals(imeId)) { in getLastSubtypeForInputMethodLockedInternal() 1186 if (enabledIme.first.equals(imeId)) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() 1246 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local 1251 imsList.add(new Pair<>(imeId, subtypeId)); in loadInputMethodAndSubtypeHistoryLocked() 1266 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod() argument [all …]
|
H A D | InputMethodManagerInternal.java | 95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() argument 166 public boolean switchToInputMethod(String imeId, int userId) {
|
H A D | InputMethodManagerService.java | 739 mImeId = imeId; in StartInputInfo() 4534 if (DEBUG) Slog.d(TAG, "Checking " + imeId); in queryInputMethodServicesInternal() 4538 additionalSubtypeMap.get(imeId)); in queryInputMethodServicesInternal() 4887 if (!mMethodMap.containsKey(imeId) in switchToInputMethod() 4905 if (!methodMap.containsKey(imeId) in switchToInputMethod() 4910 settings.putSelectedInputMethod(imeId); in switchToInputMethod() 5592 if (!methodMap.containsKey(imeId)) { in handleShellCommandEnableDisableInputMethodInternalLocked() 5614 error.print(imeId); in handleShellCommandEnableDisableInputMethodInternalLocked() 5623 out.print(imeId); in handleShellCommandEnableDisableInputMethodInternalLocked() 5655 error.print(imeId); in handleShellCommandSetInputMethod() [all …]
|
H A D | MultiClientInputMethodManagerService.java | 209 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in Lifecycle() 1214 final String imeId = InputMethodInfo.computeId(ri); in resolveMultiClientImeService() local 1216 Slog.e(TAG, imeId + " must have required" in resolveMultiClientImeService() 1221 Slog.e(TAG, imeId + " must be pre-installed when Build.IS_DEBUGGABLE is false"); in resolveMultiClientImeService()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 288 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument 290 logTraceSvcConn("switchToInputMethod", "imeId=" + imeId); in switchToInputMethod() 301 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod()
|
H A D | UiAutomationManager.java | 330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
H A D | CustomInputStyleSettingsFragment.java | 232 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in createDialog() local 242 imeId, in createDialog()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 99 boolean switchToInputMethod(String imeId); in switchToInputMethod() argument
|
H A D | AccessibilityService.java | 1844 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() argument 1850 return connection.switchToInputMethod(imeId); in switchToInputMethod()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManager.java | 2885 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local 2887 if (ComponentName.unflattenFromString(imeId) == null) { in setCurrentInputMethodSubtype() 2893 enabledSubtypes = mService.getEnabledInputMethodSubtypeList(imeId, true); in setCurrentInputMethodSubtype()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 1870 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in showSubtypeSelectorAndSettings() local 1878 imeId, in showSubtypeSelectorAndSettings()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnectionTest.java | 885 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument
|