public class android.content.pm.LauncherActivityInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.LauncherActivityInfo
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "LauncherActivityInfo"

  private final android.content.pm.PackageManager mPm;
    descriptor: Landroid/content/pm/PackageManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.content.pm.ActivityInfo mActivityInfo;
    descriptor: Landroid/content/pm/ActivityInfo;
    flags: (0x0002) ACC_PRIVATE

  private android.content.ComponentName mComponentName;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0002) ACC_PRIVATE

  private android.os.UserHandle mUser;
    descriptor: Landroid/os/UserHandle;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.content.Context, android.content.pm.ActivityInfo, android.os.UserHandle);
    descriptor: (Landroid/content/Context;Landroid/content/pm/ActivityInfo;Landroid/os/UserHandle;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.content.pm.LauncherActivityInfo this
        start local 1 // android.content.Context context
        start local 2 // android.content.pm.ActivityInfo info
        start local 3 // android.os.UserHandle user
         0: .line 50
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.content.pm.LauncherActivityInfo.<init>:(Landroid/content/Context;)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* info */
            putfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
         2: .line 52
            aload 0 /* this */
            new android.content.ComponentName
            dup
            aload 2 /* info */
            getfield android.content.pm.ActivityInfo.packageName:Ljava/lang/String;
            aload 2 /* info */
            getfield android.content.pm.ActivityInfo.name:Ljava/lang/String;
            invokespecial android.content.ComponentName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putfield android.content.pm.LauncherActivityInfo.mComponentName:Landroid/content/ComponentName;
         3: .line 53
            aload 0 /* this */
            aload 3 /* user */
            putfield android.content.pm.LauncherActivityInfo.mUser:Landroid/os/UserHandle;
         4: .line 54
            return
        end local 3 // android.os.UserHandle user
        end local 2 // android.content.pm.ActivityInfo info
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/content/pm/LauncherActivityInfo;
            0    5     1  context  Landroid/content/Context;
            0    5     2     info  Landroid/content/pm/ActivityInfo;
            0    5     3     user  Landroid/os/UserHandle;
    MethodParameters:
         Name  Flags
      context  
      info     
      user     

  void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherActivityInfo this
        start local 1 // android.content.Context context
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual android.content.Context.getPackageManager:()Landroid/content/pm/PackageManager;
            putfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
         2: .line 58
            return
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/content/pm/LauncherActivityInfo;
            0    3     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public android.content.ComponentName getComponentName();
    descriptor: ()Landroid/content/ComponentName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 66
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mComponentName:Landroid/content/ComponentName;
            areturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherActivityInfo;

  public android.os.UserHandle getUser();
    descriptor: ()Landroid/os/UserHandle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 81
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mUser:Landroid/os/UserHandle;
            areturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherActivityInfo;

  public java.lang.CharSequence getLabel();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 91
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
            invokevirtual android.content.pm.ActivityInfo.loadLabel:(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;
            areturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherActivityInfo;

  public android.graphics.drawable.Drawable getIcon(int);
    descriptor: (I)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.content.pm.LauncherActivityInfo this
        start local 1 // int density
         0: .line 104
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            invokevirtual android.content.pm.ActivityInfo.getIconResource:()I
            istore 2 /* iconRes */
        start local 2 // int iconRes
         1: .line 105
            aconst_null
            astore 3 /* icon */
        start local 3 // android.graphics.drawable.Drawable icon
         2: .line 107
            iload 1 /* density */
            ifeq 8
            iload 2 /* iconRes */
            ifeq 8
         3: .line 110
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            getfield android.content.pm.ActivityInfo.applicationInfo:Landroid/content/pm/ApplicationInfo;
            invokevirtual android.content.pm.PackageManager.getResourcesForApplication:(Landroid/content/pm/ApplicationInfo;)Landroid/content/res/Resources;
         4: .line 109
            astore 4 /* resources */
        start local 4 // android.content.res.Resources resources
         5: .line 111
            aload 4 /* resources */
            iload 2 /* iconRes */
            iload 1 /* density */
            invokevirtual android.content.res.Resources.getDrawableForDensity:(II)Landroid/graphics/drawable/Drawable;
            astore 3 /* icon */
        end local 4 // android.content.res.Resources resources
         6: .line 112
            goto 8
      StackMap locals: android.content.pm.LauncherActivityInfo int int android.graphics.drawable.Drawable
      StackMap stack: java.lang.Exception
         7: pop
         8: .line 116
      StackMap locals:
      StackMap stack:
            aload 3 /* icon */
            ifnonnull 10
         9: .line 117
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
            invokevirtual android.content.pm.ActivityInfo.loadIcon:(Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;
            astore 3 /* icon */
        10: .line 119
      StackMap locals:
      StackMap stack:
            aload 3 /* icon */
            areturn
        end local 3 // android.graphics.drawable.Drawable icon
        end local 2 // int iconRes
        end local 1 // int density
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Landroid/content/pm/LauncherActivityInfo;
            0   11     1    density  I
            1   11     2    iconRes  I
            2   11     3       icon  Landroid/graphics/drawable/Drawable;
            5    6     4  resources  Landroid/content/res/Resources;
      Exception table:
        from    to  target  type
           3     6       7  Class android.content.pm.PackageManager$NameNotFoundException
           3     6       7  Class android.content.res.Resources$NotFoundException
    MethodParameters:
         Name  Flags
      density  

  public int getApplicationFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 129
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            getfield android.content.pm.ActivityInfo.applicationInfo:Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.flags:I
            ireturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherActivityInfo;

  public android.content.pm.ApplicationInfo getApplicationInfo();
    descriptor: ()Landroid/content/pm/ApplicationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 137
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            getfield android.content.pm.ActivityInfo.applicationInfo:Landroid/content/pm/ApplicationInfo;
            areturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherActivityInfo;

  public long getFirstInstallTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherActivityInfo this
         0: .line 148
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mActivityInfo:Landroid/content/pm/ActivityInfo;
            getfield android.content.pm.ActivityInfo.packageName:Ljava/lang/String;
         1: .line 149
            sipush 8192
         2: .line 148
            invokevirtual android.content.pm.PackageManager.getPackageInfo:(Ljava/lang/String;I)Landroid/content/pm/PackageInfo;
         3: .line 149
            getfield android.content.pm.PackageInfo.firstInstallTime:J
         4: .line 148
            lreturn
         5: .line 150
      StackMap locals:
      StackMap stack: android.content.pm.PackageManager$NameNotFoundException
            pop
         6: .line 152
            lconst_0
            lreturn
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/content/pm/LauncherActivityInfo;
      Exception table:
        from    to  target  type
           0     4       5  Class android.content.pm.PackageManager$NameNotFoundException

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

  public android.graphics.drawable.Drawable getBadgedIcon(int);
    descriptor: (I)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.LauncherActivityInfo this
        start local 1 // int density
         0: .line 172
            aload 0 /* this */
            iload 1 /* density */
            invokevirtual android.content.pm.LauncherActivityInfo.getIcon:(I)Landroid/graphics/drawable/Drawable;
            astore 2 /* originalIcon */
        start local 2 // android.graphics.drawable.Drawable originalIcon
         1: .line 174
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mPm:Landroid/content/pm/PackageManager;
            aload 2 /* originalIcon */
            aload 0 /* this */
            getfield android.content.pm.LauncherActivityInfo.mUser:Landroid/os/UserHandle;
            invokevirtual android.content.pm.PackageManager.getUserBadgedIcon:(Landroid/graphics/drawable/Drawable;Landroid/os/UserHandle;)Landroid/graphics/drawable/Drawable;
            areturn
        end local 2 // android.graphics.drawable.Drawable originalIcon
        end local 1 // int density
        end local 0 // android.content.pm.LauncherActivityInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/content/pm/LauncherActivityInfo;
            0    2     1       density  I
            1    2     2  originalIcon  Landroid/graphics/drawable/Drawable;
    MethodParameters:
         Name  Flags
      density  
}
SourceFile: "LauncherActivityInfo.java"
InnerClasses:
  public NameNotFoundException = android.content.pm.PackageManager$NameNotFoundException of android.content.pm.PackageManager
  public NotFoundException = android.content.res.Resources$NotFoundException of android.content.res.Resources