public final class SpellCheckerSubtype extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SpellCheckerSubtype> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
SpellCheckerSubtype(int nameId,
String locale,
String extraValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExtraValueKey(String key) |
int |
describeContents() |
boolean |
equals(Object o) |
CharSequence |
getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo) |
String |
getExtraValue() |
String |
getExtraValueOf(String key) |
String |
getLocale() |
int |
getNameResId() |
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
public static final Parcelable.Creator<SpellCheckerSubtype> CREATOR
public int getNameResId()
public String getLocale()
public String getExtraValue()
public boolean containsExtraValueKey(String key)
public CharSequence getDisplayName(Context context, String packageName, ApplicationInfo appInfo)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.