Home
last modified time | relevance | path

Searched defs:imeId (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerInternal.java97 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod()
111 public abstract boolean setInputMethodEnabled(String imeId, boolean enabled, in setInputMethodEnabled()
DInputMethodUtils.java847 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local
1096 String imeId = ime.first; in saveSubtypeHistory() local
1113 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory()
1150 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked()
1159 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal()
1186 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1248 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local
1268 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()
1293 void putDefaultVoiceInputMethod(String imeId) { in putDefaultVoiceInputMethod()
DInputMethodManagerService.java892 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo()
5268 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local
5623 private boolean switchToInputMethodLocked(String imeId, @UserIdInt int userId) { in switchToInputMethodLocked()
5692 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod()
5699 public boolean setInputMethodEnabled(String imeId, boolean enabled, @UserIdInt int userId) { in setInputMethodEnabled()
6342 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local
6402 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked()
6466 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() local
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java155 String imeId = Settings.Secure.getString( in getImePackage() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java332 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
337 public int setInputMethodEnabled(String imeId, boolean enabled) { in setInputMethodEnabled()
DAccessibilityServiceConnection.java302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
324 public int setInputMethodEnabled(String imeId, boolean enabled) throws SecurityException { in setInputMethodEnabled()
DAccessibilitySecurityPolicy.java397 int canEnableDisableInputMethod(String imeId, AbstractAccessibilityServiceConnection service) in canEnableDisableInputMethod()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl107 boolean switchToInputMethod(String imeId); in switchToInputMethod()
109 int setInputMethodEnabled(String imeId, boolean enabled); in setInputMethodEnabled()
DAccessibilityService.java2194 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod()
2226 public int setInputMethodEnabled(@NonNull String imeId, boolean enabled) in setInputMethodEnabled()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java152 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
156 public int setInputMethodEnabled(String imeId, boolean enabled) { in setInputMethodEnabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java864 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
869 public int setInputMethodEnabled(String imeId, boolean enabled) throws RemoteException { in setInputMethodEnabled()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3331 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local