public class android.content.pm.LabeledIntent extends android.content.Intent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.LabeledIntent
  super_class: android.content.Intent
{
  private java.lang.String mSourcePackage;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int mLabelRes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.CharSequence mNonLocalizedLabel;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

  private int mIcon;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.content.pm.LabeledIntent> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/content/pm/LabeledIntent;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 184
            new android.content.pm.LabeledIntent$1
            dup
            invokespecial android.content.pm.LabeledIntent$1.<init>:()V
         1: .line 183
            putstatic android.content.pm.LabeledIntent.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 191
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.content.Intent, java.lang.String, int, int);
    descriptor: (Landroid/content/Intent;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.content.Intent origIntent
        start local 2 // java.lang.String sourcePackage
        start local 3 // int labelRes
        start local 4 // int icon
         0: .line 45
            aload 0 /* this */
            aload 1 /* origIntent */
            invokespecial android.content.Intent.<init>:(Landroid/content/Intent;)V
         1: .line 46
            aload 0 /* this */
            aload 2 /* sourcePackage */
            putfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
         2: .line 47
            aload 0 /* this */
            iload 3 /* labelRes */
            putfield android.content.pm.LabeledIntent.mLabelRes:I
         3: .line 48
            aload 0 /* this */
            aconst_null
            putfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
         4: .line 49
            aload 0 /* this */
            iload 4 /* icon */
            putfield android.content.pm.LabeledIntent.mIcon:I
         5: .line 50
            return
        end local 4 // int icon
        end local 3 // int labelRes
        end local 2 // java.lang.String sourcePackage
        end local 1 // android.content.Intent origIntent
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Landroid/content/pm/LabeledIntent;
            0    6     1     origIntent  Landroid/content/Intent;
            0    6     2  sourcePackage  Ljava/lang/String;
            0    6     3       labelRes  I
            0    6     4           icon  I
    MethodParameters:
               Name  Flags
      origIntent     
      sourcePackage  
      labelRes       
      icon           

  public void <init>(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
    descriptor: (Landroid/content/Intent;Ljava/lang/String;Ljava/lang/CharSequence;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.content.Intent origIntent
        start local 2 // java.lang.String sourcePackage
        start local 3 // java.lang.CharSequence nonLocalizedLabel
        start local 4 // int icon
         0: .line 63
            aload 0 /* this */
            aload 1 /* origIntent */
            invokespecial android.content.Intent.<init>:(Landroid/content/Intent;)V
         1: .line 64
            aload 0 /* this */
            aload 2 /* sourcePackage */
            putfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield android.content.pm.LabeledIntent.mLabelRes:I
         3: .line 66
            aload 0 /* this */
            aload 3 /* nonLocalizedLabel */
            putfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
         4: .line 67
            aload 0 /* this */
            iload 4 /* icon */
            putfield android.content.pm.LabeledIntent.mIcon:I
         5: .line 68
            return
        end local 4 // int icon
        end local 3 // java.lang.CharSequence nonLocalizedLabel
        end local 2 // java.lang.String sourcePackage
        end local 1 // android.content.Intent origIntent
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Landroid/content/pm/LabeledIntent;
            0    6     1         origIntent  Landroid/content/Intent;
            0    6     2      sourcePackage  Ljava/lang/String;
            0    6     3  nonLocalizedLabel  Ljava/lang/CharSequence;
            0    6     4               icon  I
    MethodParameters:
                   Name  Flags
      origIntent         
      sourcePackage      
      nonLocalizedLabel  
      icon               

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // java.lang.String sourcePackage
        start local 2 // int labelRes
        start local 3 // int icon
         0: .line 78
            aload 0 /* this */
            invokespecial android.content.Intent.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* sourcePackage */
            putfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
         2: .line 80
            aload 0 /* this */
            iload 2 /* labelRes */
            putfield android.content.pm.LabeledIntent.mLabelRes:I
         3: .line 81
            aload 0 /* this */
            aconst_null
            putfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
         4: .line 82
            aload 0 /* this */
            iload 3 /* icon */
            putfield android.content.pm.LabeledIntent.mIcon:I
         5: .line 83
            return
        end local 3 // int icon
        end local 2 // int labelRes
        end local 1 // java.lang.String sourcePackage
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Landroid/content/pm/LabeledIntent;
            0    6     1  sourcePackage  Ljava/lang/String;
            0    6     2       labelRes  I
            0    6     3           icon  I
    MethodParameters:
               Name  Flags
      sourcePackage  
      labelRes       
      icon           

  public void <init>(java.lang.String, java.lang.CharSequence, int);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // java.lang.String sourcePackage
        start local 2 // java.lang.CharSequence nonLocalizedLabel
        start local 3 // int icon
         0: .line 93
            aload 0 /* this */
            invokespecial android.content.Intent.<init>:()V
         1: .line 95
            aload 0 /* this */
            aload 1 /* sourcePackage */
            putfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
         2: .line 96
            aload 0 /* this */
            iconst_0
            putfield android.content.pm.LabeledIntent.mLabelRes:I
         3: .line 97
            aload 0 /* this */
            aload 2 /* nonLocalizedLabel */
            putfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
         4: .line 98
            aload 0 /* this */
            iload 3 /* icon */
            putfield android.content.pm.LabeledIntent.mIcon:I
         5: .line 99
            return
        end local 3 // int icon
        end local 2 // java.lang.CharSequence nonLocalizedLabel
        end local 1 // java.lang.String sourcePackage
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Landroid/content/pm/LabeledIntent;
            0    6     1      sourcePackage  Ljava/lang/String;
            0    6     2  nonLocalizedLabel  Ljava/lang/CharSequence;
            0    6     3               icon  I
    MethodParameters:
                   Name  Flags
      sourcePackage      
      nonLocalizedLabel  
      icon               

  public java.lang.String getSourcePackage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LabeledIntent this
         0: .line 105
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            areturn
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LabeledIntent;

  public int getLabelResource();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LabeledIntent this
         0: .line 112
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mLabelRes:I
            ireturn
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LabeledIntent;

  public java.lang.CharSequence getNonLocalizedLabel();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LabeledIntent this
         0: .line 119
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LabeledIntent;

  public int getIconResource();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LabeledIntent this
         0: .line 126
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mIcon:I
            ireturn
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LabeledIntent;

  public java.lang.CharSequence loadLabel(android.content.pm.PackageManager);
    descriptor: (Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.content.pm.PackageManager pm
         0: .line 135
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
            ifnull 2
         1: .line 136
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
            areturn
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mLabelRes:I
            ifeq 6
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            ifnull 6
         3: .line 139
            aload 1 /* pm */
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mLabelRes:I
            aconst_null
            invokevirtual android.content.pm.PackageManager.getText:(Ljava/lang/String;ILandroid/content/pm/ApplicationInfo;)Ljava/lang/CharSequence;
            astore 2 /* label */
        start local 2 // java.lang.CharSequence label
         4: .line 140
            aload 2 /* label */
            ifnull 6
         5: .line 141
            aload 2 /* label */
            areturn
        end local 2 // java.lang.CharSequence label
         6: .line 144
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // android.content.pm.PackageManager pm
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/content/pm/LabeledIntent;
            0    7     1     pm  Landroid/content/pm/PackageManager;
            4    6     2  label  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      pm    

  public android.graphics.drawable.Drawable loadIcon(android.content.pm.PackageManager);
    descriptor: (Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.content.pm.PackageManager pm
         0: .line 153
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mIcon:I
            ifeq 4
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            ifnull 4
         1: .line 154
            aload 1 /* pm */
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mIcon:I
            aconst_null
            invokevirtual android.content.pm.PackageManager.getDrawable:(Ljava/lang/String;ILandroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable;
            astore 2 /* icon */
        start local 2 // android.graphics.drawable.Drawable icon
         2: .line 155
            aload 2 /* icon */
            ifnull 4
         3: .line 156
            aload 2 /* icon */
            areturn
        end local 2 // android.graphics.drawable.Drawable icon
         4: .line 159
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // android.content.pm.PackageManager pm
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/content/pm/LabeledIntent;
            0    5     1    pm  Landroid/content/pm/PackageManager;
            2    4     2  icon  Landroid/graphics/drawable/Drawable;
    MethodParameters:
      Name  Flags
      pm    

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.os.Parcel dest
        start local 2 // int parcelableFlags
         0: .line 163
            aload 0 /* this */
            aload 1 /* dest */
            iload 2 /* parcelableFlags */
            invokespecial android.content.Intent.writeToParcel:(Landroid/os/Parcel;I)V
         1: .line 164
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         2: .line 165
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mLabelRes:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 166
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
            aload 1 /* dest */
            iload 2 /* parcelableFlags */
            invokestatic android.text.TextUtils.writeToParcel:(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V
         4: .line 167
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.LabeledIntent.mIcon:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 168
            return
        end local 2 // int parcelableFlags
        end local 1 // android.os.Parcel dest
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Landroid/content/pm/LabeledIntent;
            0    6     1             dest  Landroid/os/Parcel;
            0    6     2  parcelableFlags  I
    MethodParameters:
                 Name  Flags
      dest             
      parcelableFlags  

  protected void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.os.Parcel in
         0: .line 171
            aload 0 /* this */
            invokespecial android.content.Intent.<init>:()V
         1: .line 172
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.content.pm.LabeledIntent.readFromParcel:(Landroid/os/Parcel;)V
         2: .line 173
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/content/pm/LabeledIntent;
            0    3     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void readFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.LabeledIntent this
        start local 1 // android.os.Parcel in
         0: .line 176
            aload 0 /* this */
            aload 1 /* in */
            invokespecial android.content.Intent.readFromParcel:(Landroid/os/Parcel;)V
         1: .line 177
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.content.pm.LabeledIntent.mSourcePackage:Ljava/lang/String;
         2: .line 178
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.LabeledIntent.mLabelRes:I
         3: .line 179
            aload 0 /* this */
            getstatic android.text.TextUtils.CHAR_SEQUENCE_CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            putfield android.content.pm.LabeledIntent.mNonLocalizedLabel:Ljava/lang/CharSequence;
         4: .line 180
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.LabeledIntent.mIcon:I
         5: .line 181
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.content.pm.LabeledIntent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/content/pm/LabeledIntent;
            0    6     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "LabeledIntent.java"
NestMembers:
  android.content.pm.LabeledIntent$1
InnerClasses:
  android.content.pm.LabeledIntent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable