public class ResolveInfo extends Object implements Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolveInfo.DisplayNameComparator |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
ActivityInfo |
activityInfo |
static Parcelable.Creator<ResolveInfo> |
CREATOR |
IntentFilter |
filter |
int |
icon |
boolean |
isDefault |
int |
labelRes |
int |
match |
CharSequence |
nonLocalizedLabel |
int |
preferredOrder |
int |
priority |
String |
resolvePackageName |
ServiceInfo |
serviceInfo |
int |
specificIndex |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ResolveInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
dump(Printer pw,
String prefix) |
int |
getIconResource() |
Drawable |
loadIcon(PackageManager pm) |
CharSequence |
loadLabel(PackageManager pm) |
String |
toString() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
public ActivityInfo activityInfo
public ServiceInfo serviceInfo
public IntentFilter filter
public int priority
public int preferredOrder
public int match
public int specificIndex
public boolean isDefault
public int labelRes
public CharSequence nonLocalizedLabel
public int icon
public String resolvePackageName
public static final Parcelable.Creator<ResolveInfo> CREATOR
public CharSequence loadLabel(PackageManager pm)
public Drawable loadIcon(PackageManager pm)
public final int getIconResource()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.