public final class SpellCheckerInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SpellCheckerInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
ComponentName |
getComponent() |
String |
getId() |
String |
getPackageName() |
ServiceInfo |
getServiceInfo() |
String |
getSettingsActivity() |
SpellCheckerSubtype |
getSubtypeAt(int index) |
int |
getSubtypeCount() |
Drawable |
loadIcon(PackageManager pm) |
CharSequence |
loadLabel(PackageManager pm) |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<SpellCheckerInfo> CREATOR
public String getId()
public ComponentName getComponent()
public String getPackageName()
public void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic CharSequence loadLabel(PackageManager pm)
public Drawable loadIcon(PackageManager pm)
public ServiceInfo getServiceInfo()
public String getSettingsActivity()
public int getSubtypeCount()
public SpellCheckerSubtype getSubtypeAt(int index)
public int describeContents()
describeContents in interface ParcelableCopyright © 2008-2013. All Rights Reserved.