/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerInternal.java | 97 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() 111 public abstract boolean setInputMethodEnabled(String imeId, boolean enabled, in setInputMethodEnabled()
|
D | InputMethodUtils.java | 847 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()
|
D | InputMethodManagerService.java | 892 @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/ |
D | NotificationTest.java | 155 String imeId = Settings.Secure.getString( in getImePackage() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | UiAutomationManager.java | 332 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 337 public int setInputMethodEnabled(String imeId, boolean enabled) { in setInputMethodEnabled()
|
D | AccessibilityServiceConnection.java | 302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 324 public int setInputMethodEnabled(String imeId, boolean enabled) throws SecurityException { in setInputMethodEnabled()
|
D | AccessibilitySecurityPolicy.java | 397 int canEnableDisableInputMethod(String imeId, AbstractAccessibilityServiceConnection service) in canEnableDisableInputMethod()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | IAccessibilityServiceConnection.aidl | 107 boolean switchToInputMethod(String imeId); in switchToInputMethod() 109 int setInputMethodEnabled(String imeId, boolean enabled); in setInputMethodEnabled()
|
D | AccessibilityService.java | 2194 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/ |
D | AccessibilityServiceConnectionImpl.java | 152 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/ |
D | AbstractAccessibilityServiceConnectionTest.java | 864 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/ |
D | InputMethodManager.java | 3331 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local
|