/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodUtils.java | 270 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local 543 String imeId = ime.first; in saveSubtypeHistory() local 560 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory() 618 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked() 654 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() 714 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local 734 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod() 769 void putDefaultVoiceInputMethod(String imeId) { in putDefaultVoiceInputMethod() 876 boolean setAdditionalInputMethodSubtypes(@NonNull String imeId, in setAdditionalInputMethodSubtypes() 898 boolean setEnabledInputMethodSubtypes(@NonNull String imeId, in setEnabledInputMethodSubtypes() [all …]
|
H A 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()
|
H A D | InputMethodManagerService.java | 835 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() 4074 private static IllegalArgumentException getExceptionForUnknownImeId( in getExceptionForUnknownImeId() 4299 public void setExplicitlyEnabledInputMethodSubtypes(String imeId, in setExplicitlyEnabledInputMethodSubtypes() 5251 final String imeId = InputMethodInfo.computeId(ri); in filterInputMethodServices() local 5617 final String imeId = mSettings.getSelectedInputMethodForUser(userId); in queryDefaultInputMethodForUserIdLocked() local 5671 private boolean switchToInputMethodLocked(String imeId, @UserIdInt int userId) { in switchToInputMethodLocked() 5768 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() 5775 public boolean setInputMethodEnabled(String imeId, boolean enabled, @UserIdInt int userId) { in setInputMethodEnabled() 6464 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local 6525 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | InputMethodSubtypeHandle.java | 79 private static String encodeHandle(@NonNull String imeId, int subtypeHashCode) { in encodeHandle() 121 final String imeId = splitter.next(); in of() local
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | UiAutomationManager.java | 330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 335 public int setInputMethodEnabled(String imeId, boolean enabled) { in setInputMethodEnabled()
|
H A D | AccessibilityServiceConnection.java | 302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 324 public int setInputMethodEnabled(String imeId, boolean enabled) throws SecurityException { in setInputMethodEnabled()
|
H A D | ProxyAccessibilityServiceConnection.java | 486 public boolean switchToInputMethod(String imeId) throws UnsupportedOperationException { in switchToInputMethod() 492 public int setInputMethodEnabled(String imeId, boolean enabled) in setInputMethodEnabled()
|
H A D | AccessibilitySecurityPolicy.java | 408 int canEnableDisableInputMethod(String imeId, AbstractAccessibilityServiceConnection service) in canEnableDisableInputMethod()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | NotificationTest.java | 164 String imeId = Settings.Secure.getString( in getImePackage() local
|
/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 110 boolean switchToInputMethod(String imeId); in switchToInputMethod() 112 int setInputMethodEnabled(String imeId, boolean enabled); in setInputMethodEnabled()
|
H A D | AccessibilityService.java | 2250 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() 2282 public int setInputMethodEnabled(@NonNull String imeId, boolean enabled) in setInputMethodEnabled()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | AppLocaleCollector.java | 121 String imeId = Settings.Secure.getStringForUser(mContext.getContentResolver(), in getActiveIme() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IInputMethodManagerGlobalInvoker.java | 414 static void setAdditionalInputMethodSubtypes(@NonNull String imeId, in setAdditionalInputMethodSubtypes() 429 static void setExplicitlyEnabledInputMethodSubtypes(@NonNull String imeId, in setExplicitlyEnabledInputMethodSubtypes()
|
H A D | InputMethodManager.java | 1751 public List<InputMethodSubtype> getEnabledInputMethodSubtypeListAsUser( in getEnabledInputMethodSubtypeListAsUser() 3920 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 155 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 159 public int setInputMethodEnabled(String imeId, boolean enabled) { in setInputMethodEnabled()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnectionTest.java | 876 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() 881 public int setInputMethodEnabled(String imeId, boolean enabled) throws RemoteException { in setInputMethodEnabled()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodManager.aidl | 110 void setExplicitlyEnabledInputMethodSubtypes(String imeId, in int[] subtypeHashCodes, in setExplicitlyEnabledInputMethodSubtypes()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 1279 @NonNull String initialEnabledImeStr, @NonNull String imeId, in verifyUpdateEnabledImeString()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 1690 final String imeId = imeComponent.flattenToShortString(); in initConfigurationTracker() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |