Home
last modified time | relevance | path

Searched defs: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
1111 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory()
1148 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked()
1157 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal()
1184 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1246 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local
1266 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()
1291 void putDefaultVoiceInputMethod(String imeId) { in putDefaultVoiceInputMethod()
H A DInputMethodManagerInternal.java95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod()
H A DInputMethodManagerService.java729 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo()
4526 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local
4884 private boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod()
4983 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod()
5512 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local
5571 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked()
5641 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() local
H A DMultiClientInputMethodManagerService.java1214 final String imeId = InputMethodInfo.computeId(ri); in resolveMultiClientImeService() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java232 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in createDialog() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java288 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
H A DUiAutomationManager.java330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl99 boolean switchToInputMethod(String imeId); in switchToInputMethod()
H A DAccessibilityService.java1844 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityServiceConnectionImpl.java135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java885 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1870 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in showSubtypeSelectorAndSettings() local
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2885 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local