/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeUtil.java | 193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() 321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() 345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() 428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidNonAuxAsciiCapableIme()
|
D | InputMethodAndSubtypeUtilCompat.java | 193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() 321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() 345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() 428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidSystemNonAuxAsciiCapableIme()
|
D | InputMethodAndSubtypeEnablerManager.java | 149 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
|
D | InputMethodAndSubtypeEnablerManagerCompat.java | 150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerInfo.java | 261 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo 283 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
|
D | TextServicesManager.java | 190 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
|
D | SpellCheckerSubtype.java | 308 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodUtils.java | 193 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype() 349 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf() 376 subtypes.add(imi.getSubtypeAt(i)); in getSubtypes() 413 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode() 930 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked()
|
D | InputMethodSubtypeSwitchingController.java | 213 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
|
D | InputMethodManagerService.java | 2699 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked() 3394 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype() 4347 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked()
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | TextServicesManagerService.java | 487 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSystemSpellCheckerLocked() 566 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype() 581 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodInfo.java | 433 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
|
D | InputMethodSubtype.java | 683 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
|
D | InputMethodManager.java | 2823 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
D | InputMethodUtilsTest.java | 858 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality() 859 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18142 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod… 18355 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeAt(I)Landroid/view/textservice/SpellCheck…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35763 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int); 35895 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 54550 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int); 55272 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
|
/frameworks/base/api/ |
D | current.txt | 54694 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int); 55416 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
|