android.content.pm.ResolveInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.content.pm;
public class ResolveInfo
implements android.os.Parcelable
{
public static class DisplayNameComparator
implements java.util.Comparator
{
public DisplayNameComparator(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public final int compare(android.content.pm.ResolveInfo a, android.content.pm.ResolveInfo b) { throw new RuntimeException("Stub!"); }
}
public ResolveInfo() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence loadLabel(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable loadIcon(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public final int getIconResource() { throw new RuntimeException("Stub!"); }
public void dump(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public android.content.pm.ActivityInfo activityInfo;
public android.content.pm.ServiceInfo serviceInfo;
public android.content.IntentFilter filter;
public int priority;
public int preferredOrder;
public int match;
public int specificIndex;
public boolean isDefault;
public int labelRes;
public java.lang.CharSequence nonLocalizedLabel;
public int icon;
public java.lang.String resolvePackageName;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}