Searched refs:subtypeIndex (Results 1 – 4 of 4) sorted by relevance
857 for (int subtypeIndex = 0; subtypeIndex < expected.getSubtypeCount(); ++subtypeIndex) { in verifyEquality()858 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()859 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
104 String imeName, String subtypeName, String subtypeLocale, int subtypeIndex, in createDummyItem() argument129 return new ImeSubtypeListItem(imeName, subtypeName, imi, subtypeIndex, subtypeLocale, in createDummyItem()
486 for (int subtypeIndex = 0; subtypeIndex < subtypeCount; ++subtypeIndex) { in findAvailSystemSpellCheckerLocked()487 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSystemSpellCheckerLocked()
2822 for (int subtypeIndex = 0; subtypeIndex < subtypeCount; ++subtypeIndex) { in getShortcutInputMethodsAndSubtypes()2823 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()