File
Doc
Category
Size
Date
Package
ResolveInfo.java
API Doc
Android 5.1 API
1876
Sat Mar 14 14:09:42 GMT 2015
android.content.pm
ResolveInfo
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public void
dump
(
android.util.Printer
pw,
java.lang.String
prefix)
throw new RuntimeException("Stub!");
public final
int
getIconResource
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
loadIcon
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadLabel
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source