Home
last modified time | relevance | path

Searched refs:imeId (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java845 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 DInputMethodManagerInternal.java95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() argument
166 public boolean switchToInputMethod(String imeId, int userId) {
H A DInputMethodManagerService.java739 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 DMultiClientInputMethodManagerService.java209 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 DAccessibilityServiceConnection.java288 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 DUiAutomationManager.java330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java232 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in createDialog() local
242 imeId, in createDialog()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl99 boolean switchToInputMethod(String imeId); in switchToInputMethod() argument
H A DAccessibilityService.java1844 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 DAccessibilityServiceConnectionImpl.java135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2885 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 DLatinIME.java1870 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 DAbstractAccessibilityServiceConnectionTest.java885 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() argument