class com.android.shell.BugreportProgressService$1 extends android.os.AsyncTask<java.lang.Void, java.lang.Void, java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.shell.BugreportProgressService$1
  super_class: android.os.AsyncTask
{
  final com.android.shell.BugreportProgressService this$0;
    descriptor: Lcom/android/shell/BugreportProgressService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.android.shell.BugreportProgressService$BugreportInfo val$info;
    descriptor: Lcom/android/shell/BugreportProgressService$BugreportInfo;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$takingScreenshot;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.shell.BugreportProgressService, com.android.shell.BugreportProgressService$BugreportInfo, boolean);
    descriptor: (Lcom/android/shell/BugreportProgressService;Lcom/android/shell/BugreportProgressService$BugreportInfo;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.android.shell.BugreportProgressService$1 this
         0: .line 1077
            aload 0 /* this */
            aload 1
            putfield com.android.shell.BugreportProgressService$1.this$0:Lcom/android/shell/BugreportProgressService;
            aload 0 /* this */
            aload 2
            putfield com.android.shell.BugreportProgressService$1.val$info:Lcom/android/shell/BugreportProgressService$BugreportInfo;
            aload 0 /* this */
            iload 3
            putfield com.android.shell.BugreportProgressService$1.val$takingScreenshot:Z
            aload 0 /* this */
            invokespecial android.os.AsyncTask.<init>:()V
            return
        end local 0 // com.android.shell.BugreportProgressService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/shell/BugreportProgressService$1;
    MethodParameters:
                      Name  Flags
      this$0                final
      val$info              final
      val$takingScreenshot  final

  protected java.lang.Void doInBackground(java.lang.Void[]);
    descriptor: ([Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.shell.BugreportProgressService$1 this
        start local 1 // java.lang.Void[] params
         0: .line 1080
            aload 0 /* this */
            getfield com.android.shell.BugreportProgressService$1.val$info:Lcom/android/shell/BugreportProgressService$BugreportInfo;
            invokestatic com.android.shell.BugreportProgressService.zipBugreport:(Lcom/android/shell/BugreportProgressService$BugreportInfo;)V
         1: .line 1081
            aload 0 /* this */
            getfield com.android.shell.BugreportProgressService$1.this$0:Lcom/android/shell/BugreportProgressService;
            aload 0 /* this */
            getfield com.android.shell.BugreportProgressService$1.val$info:Lcom/android/shell/BugreportProgressService$BugreportInfo;
            aload 0 /* this */
            getfield com.android.shell.BugreportProgressService$1.val$takingScreenshot:Z
            invokevirtual com.android.shell.BugreportProgressService.sendBugreportNotification:(Lcom/android/shell/BugreportProgressService$BugreportInfo;Z)V
         2: .line 1082
            aconst_null
            areturn
        end local 1 // java.lang.Void[] params
        end local 0 // com.android.shell.BugreportProgressService$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/android/shell/BugreportProgressService$1;
            0    3     1  params  [Ljava/lang/Void;
    MethodParameters:
        Name  Flags
      params  

  protected java.lang.Object doInBackground(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x10c4) ACC_PROTECTED, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Void[]
            invokevirtual com.android.shell.BugreportProgressService$1.doInBackground:([Ljava/lang/Void;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Landroid/os/AsyncTask<Ljava/lang/Void;Ljava/lang/Void;Ljava/lang/Void;>;
SourceFile: "BugreportProgressService.java"
EnclosingMethod: com.android.shell.BugreportProgressService.sendZippedBugreportNotification:(Lcom/android/shell/BugreportProgressService$BugreportInfo;Z)V
NestHost: com.android.shell.BugreportProgressService
InnerClasses:
  com.android.shell.BugreportProgressService$1
  private final BugreportInfo = com.android.shell.BugreportProgressService$BugreportInfo of com.android.shell.BugreportProgressService