/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | SubtypeUtils.java | 72 final int numSubtypes = imi.getSubtypeCount(); in containsSubtypeOf() 99 final int subtypeCount = imi.getSubtypeCount(); in getSubtypes() 112 final int subtypeCount = imi.getSubtypeCount(); in getSubtypeIdFromHashCode()
|
H A D | InputMethodUtils.java | 419 final int subtypeCount = info.getSubtypeCount(); in getEnabledInputMethodSubtypeListLocked() 609 if (lastSubtypeId < 0 || lastSubtypeId >= lastImi.getSubtypeCount()) { in getLastInputMethodSubtypeLocked() 664 if (imi != null && imi.getSubtypeCount() > 0) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() 842 if (imi == null || imi.getSubtypeCount() == 0) { in getCurrentInputMethodSubtypeForNonCurrentUsers()
|
H A D | InputMethodInfoUtils.java | 277 final int subtypeCount = imi.getSubtypeCount(); in isSystemAuxilialyImeThatHasAutomaticSubtype()
|
H A D | InputMethodMenuController.java | 179 if (subtypeId < 0 || subtypeId >= im.getSubtypeCount()) { in showInputMethodMenu()
|
H A D | InputMethodSubtypeSwitchingController.java | 210 final int subtypeCount = imi.getSubtypeCount(); in getSortedInputMethodAndSubtypeList()
|
H A D | InputMethodManagerService.java | 3355 final int subtypeCount = info.getSubtypeCount(); in setInputMethodLocked() 4160 if (imi.getSubtypeCount() > 0 && imi.isSystem()) { in switchToPreviousInputMethod() 5499 if (subtypeId < imi.getSubtypeCount()) { in setSelectedInputMethodAndSubtypeLocked() 5579 if (imi == null || imi.getSubtypeCount() == 0) { in getCurrentInputMethodSubtypeLocked() 5943 final int subtypeCount = nextImi.getSubtypeCount(); in switchKeyboardLayout()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
H A D | InputMethodAndSubtypeUtil.java | 191 final int subtypeCount = imi.getSubtypeCount(); in saveInputMethodSubtypeList() 319 final int subtypeCount = imi.getSubtypeCount(); in setSubtypesPreferenceEnabled() 343 final int subtypeCount = imi.getSubtypeCount(); in updateSubtypesPreferenceChecked() 426 final int subtypeCount = imi.getSubtypeCount(); in isValidNonAuxAsciiCapableIme()
|
H A D | InputMethodAndSubtypeUtilCompat.java | 234 final int subtypeCount = imi.getSubtypeCount(); in saveInputMethodSubtypeListForUserInternal() 362 final int subtypeCount = imi.getSubtypeCount(); in setSubtypesPreferenceEnabled() 386 final int subtypeCount = imi.getSubtypeCount(); in updateSubtypesPreferenceChecked() 469 final int subtypeCount = imi.getSubtypeCount(); in isValidSystemNonAuxAsciiCapableIme()
|
H A D | InputMethodAndSubtypeEnablerManager.java | 121 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences()
|
H A D | InputMethodAndSubtypeEnablerManagerCompat.java | 122 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences()
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerInfo.java | 253 public int getSubtypeCount() { in getSubtypeCount() method in SpellCheckerInfo 282 final int N = getSubtypeCount(); in dump()
|
H A D | SpellCheckerSubtype.java | 308 int N = sci.getSubtypeCount(); in sort()
|
H A D | TextServicesManager.java | 256 for (int i = 0; i < sci.getSubtypeCount(); ++i) { in newSpellCheckerSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/ |
H A D | TextServicesManagerService.java | 199 if (sci.getSubtypeCount() <= 0) { in initializeTextServicesData() 458 final int subtypeCount = info.getSubtypeCount(); in findAvailSystemSpellCheckerLocked() 523 if (sci == null || sci.getSubtypeCount() == 0) { in getCurrentSpellCheckerSubtype() 534 final int numSubtypes = sci.getSubtypeCount(); in getCurrentSpellCheckerSubtype() 552 for (int i = 0; i < sci.getSubtypeCount(); ++i) { in getCurrentSpellCheckerSubtype()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 957 assertEquals(expected.getSubtypeCount(), actual.getSubtypeCount()); in verifyEquality() 958 for (int subtypeIndex = 0; subtypeIndex < expected.getSubtypeCount(); ++subtypeIndex) { in verifyEquality()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSubtype.java | 834 int N = imi.getSubtypeCount(); in sort()
|
H A D | InputMethodInfo.java | 640 public int getSubtypeCount() { in getSubtypeCount() method in InputMethodInfo
|
/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 ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 55724 method public int getSubtypeCount(); 56710 method public int getSubtypeCount();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19590 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeCount()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19654 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeCount()I
|