Searched refs:mSubtypes (Results 1 – 2 of 2) sorted by relevance
60 private final ArrayList<SpellCheckerSubtype> mSubtypes = new ArrayList<>(); field in SpellCheckerInfo127 mSubtypes.add(subtype); in SpellCheckerInfo()150 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR); in SpellCheckerInfo()188 dest.writeTypedList(mSubtypes); in writeToParcel()253 return mSubtypes.size(); in getSubtypeCount()262 return mSubtypes.get(index); in getSubtypeAt()
100 private final InputMethodSubtypeArray mSubtypes; field in InputMethodInfo270 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()288 mSubtypes = new InputMethodSubtypeArray(source); in InputMethodInfo()340 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()450 return mSubtypes.getCount(); in getSubtypeCount()459 return mSubtypes.get(index); in getSubtypeAt()580 mSubtypes.writeToParcel(dest); in writeToParcel()