Searched defs:SpellCheckerSubtype (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java37 public final class SpellCheckerSubtype implements Parcelable { class in inherits:Parcelable
38 private static final String TAG = SpellCheckerSubtype.class.getSimpleName();
54 public SpellCheckerSubtype(int nameId, String locale, String extraValue) { method in class:SpellCheckerSubtype
61 SpellCheckerSubtype(Parcel source) { method in class:SpellCheckerSubtype
139 if (o instanceof SpellCheckerSubtype) {
140 SpellCheckerSubtype subtype = (SpellCheckerSubtype) o;
206 public static final Parcelable.Creator<SpellCheckerSubtype> CREATOR
207 = new Parcelable.Creator<SpellCheckerSubtype>() {
209 public SpellCheckerSubtype createFromParce
[all...]

Completed in 82 milliseconds