Searched refs:subtypeIndex (Results 1 – 3 of 3) sorted by relevance
92 String subtypeName, String subtypeLocale, int subtypeIndex, String systemLocale) { in createDummyItem() argument115 return new ImeSubtypeListItem(imeName, subtypeName, imi, subtypeIndex, subtypeLocale, in createDummyItem()
811 for (int subtypeIndex = 0; subtypeIndex < expected.getSubtypeCount(); ++subtypeIndex) { in verifyEquality()812 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()813 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
410 for (int subtypeIndex = 0; subtypeIndex < subtypeCount; ++subtypeIndex) { in findAvailSpellCheckerLocked()411 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSpellCheckerLocked()