Searched refs:mSubtypes (Results 1 – 3 of 3) 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()
99 private final InputMethodSubtypeArray mSubtypes; field in InputMethodInfo261 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()277 mSubtypes = new InputMethodSubtypeArray(source); in InputMethodInfo()316 mSubtypes = new InputMethodSubtypeArray(subtypes); in InputMethodInfo()425 return mSubtypes.getCount(); in getSubtypeCount()434 return mSubtypes.get(index); in getSubtypeAt()545 mSubtypes.writeToParcel(dest); in writeToParcel()
77289 Landroid/view/textservice/SpellCheckerInfo;->mSubtypes:Ljava/util/ArrayList;