FileDocCategorySizeDatePackage
ResolveInfo.javaAPI DocAndroid 5.1 API1876Sat Mar 14 14:09:42 GMT 2015android.content.pm

ResolveInfo

public class ResolveInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public android.content.pm.ActivityInfo
activityInfo
public android.content.IntentFilter
filter
public int
icon
public boolean
isDefault
public int
labelRes
public int
match
public CharSequence
nonLocalizedLabel
public int
preferredOrder
public int
priority
public android.content.pm.ProviderInfo
providerInfo
public String
resolvePackageName
public android.content.pm.ServiceInfo
serviceInfo
public int
specificIndex
Constructors Summary
public ResolveInfo()

 throw new RuntimeException("Stub!"); 
public ResolveInfo(ResolveInfo orig)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public final intgetIconResource()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawableloadIcon(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadLabel(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int parcelableFlags)

 throw new RuntimeException("Stub!");