FileDocCategorySizeDatePackage
LabeledIntent.javaAPI DocAndroid 5.1 API1592Sat Mar 14 14:09:42 GMT 2015android.content.pm

LabeledIntent

public class LabeledIntent extends android.content.Intent

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public LabeledIntent(android.content.Intent origIntent, String sourcePackage, int labelRes, int icon)

 throw new RuntimeException("Stub!"); 
public LabeledIntent(android.content.Intent origIntent, String sourcePackage, CharSequence nonLocalizedLabel, int icon)

 throw new RuntimeException("Stub!"); 
public LabeledIntent(String sourcePackage, int labelRes, int icon)

 throw new RuntimeException("Stub!"); 
public LabeledIntent(String sourcePackage, CharSequence nonLocalizedLabel, int icon)

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

 throw new RuntimeException("Stub!"); 
public intgetLabelResource()

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

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

 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 voidreadFromParcel(android.os.Parcel in)

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

 throw new RuntimeException("Stub!");