Home
last modified time | relevance | path

Searched refs:getSubtypeCount (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java72 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 DInputMethodUtils.java419 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 DInputMethodInfoUtils.java277 final int subtypeCount = imi.getSubtypeCount(); in isSystemAuxilialyImeThatHasAutomaticSubtype()
H A DInputMethodMenuController.java179 if (subtypeId < 0 || subtypeId >= im.getSubtypeCount()) { in showInputMethodMenu()
H A DInputMethodSubtypeSwitchingController.java210 final int subtypeCount = imi.getSubtypeCount(); in getSortedInputMethodAndSubtypeList()
H A DInputMethodManagerService.java3355 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 DInputMethodAndSubtypeUtil.java191 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 DInputMethodAndSubtypeUtilCompat.java234 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 DInputMethodAndSubtypeEnablerManager.java121 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences()
H A DInputMethodAndSubtypeEnablerManagerCompat.java122 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences()
/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java253 public int getSubtypeCount() { in getSubtypeCount() method in SpellCheckerInfo
282 final int N = getSubtypeCount(); in dump()
H A DSpellCheckerSubtype.java308 int N = sci.getSubtypeCount(); in sort()
H A DTextServicesManager.java256 for (int i = 0; i < sci.getSubtypeCount(); ++i) { in newSpellCheckerSession()
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java199 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 DInputMethodUtilsTest.java957 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 DInputMethodSubtype.java834 int N = imi.getSubtypeCount(); in sort()
H A DInputMethodInfo.java640 public int getSubtypeCount() { in getSubtypeCount() method in InputMethodInfo
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55724 method public int getSubtypeCount();
56710 method public int getSubtypeCount();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19590 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeCount()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19654 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeCount()I