|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.textservice.SpellCheckerSubtype
public final class SpellCheckerSubtype
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<SpellCheckerSubtype> |
CREATOR
|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
SpellCheckerSubtype(int nameId,
String locale,
String extraValue)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
|
boolean |
equals(Object o)
|
CharSequence |
getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo)
|
String |
getExtraValue()
|
String |
getLocale()
|
int |
getNameResId()
|
int |
hashCode()
|
void |
writeToParcel(Parcel dest,
int parcelableFlags)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Parcelable.Creator<SpellCheckerSubtype> CREATOR
| Constructor Detail |
|---|
public SpellCheckerSubtype(int nameId,
String locale,
String extraValue)
| Method Detail |
|---|
public int getNameResId()
public String getLocale()
public String getExtraValue()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
public CharSequence getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo)
public int describeContents()
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int parcelableFlags)
writeToParcel in interface Parcelable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||