class com.android.shell.BugreportReceiver$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.BugreportReceiver$1
  super_class: android.os.AsyncTask
{
  private final java.io.File val$bugreportFile;
    descriptor: Ljava/io/File;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$minCount;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$minAge;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.content.BroadcastReceiver$PendingResult val$result;
    descriptor: Landroid/content/BroadcastReceiver$PendingResult;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.io.File, int, long, android.content.BroadcastReceiver$PendingResult);
    descriptor: (Ljava/io/File;IJLandroid/content/BroadcastReceiver$PendingResult;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.android.shell.BugreportReceiver$1 this
         0: .line 75
            aload 0 /* this */
            aload 1
            putfield com.android.shell.BugreportReceiver$1.val$bugreportFile:Ljava/io/File;
            aload 0 /* this */
            iload 2
            putfield com.android.shell.BugreportReceiver$1.val$minCount:I
            aload 0 /* this */
            lload 3
            putfield com.android.shell.BugreportReceiver$1.val$minAge:J
            aload 0 /* this */
            aload 5
            putfield com.android.shell.BugreportReceiver$1.val$result:Landroid/content/BroadcastReceiver$PendingResult;
            aload 0 /* this */
            invokespecial android.os.AsyncTask.<init>:()V
            return
        end local 0 // com.android.shell.BugreportReceiver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/shell/BugreportReceiver$1;
    MethodParameters:
                   Name  Flags
      val$bugreportFile  final
      val$minCount       final
      val$minAge         final
      val$result         final

  protected java.lang.Void doInBackground(java.lang.Void[]);
    descriptor: ([Ljava/lang/Void;)Ljava/lang/Void;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.android.shell.BugreportReceiver$1 this
        start local 1 // java.lang.Void[] params
         0: .line 79
            aload 0 /* this */
            getfield com.android.shell.BugreportReceiver$1.val$bugreportFile:Ljava/io/File;
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            aload 0 /* this */
            getfield com.android.shell.BugreportReceiver$1.val$minCount:I
            aload 0 /* this */
            getfield com.android.shell.BugreportReceiver$1.val$minAge:J
            invokestatic android.os.FileUtils.deleteOlderFiles:(Ljava/io/File;IJ)Z
            pop
         1: .line 80
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         3: .line 81
            ldc "BugreportReceiver"
            ldc "RuntimeException deleting old files"
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // java.lang.RuntimeException e
         4: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.shell.BugreportReceiver$1.val$result:Landroid/content/BroadcastReceiver$PendingResult;
            invokevirtual android.content.BroadcastReceiver$PendingResult.finish:()V
         5: .line 84
            aconst_null
            areturn
        end local 1 // java.lang.Void[] params
        end local 0 // com.android.shell.BugreportReceiver$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/android/shell/BugreportReceiver$1;
            0    6     1  params  [Ljava/lang/Void;
            3    4     2       e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
    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.BugreportReceiver$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: "BugreportReceiver.java"
EnclosingMethod: com.android.shell.BugreportReceiver.cleanupOldFiles:(Landroid/content/BroadcastReceiver;Landroid/content/Intent;Ljava/lang/String;IJ)V
NestHost: com.android.shell.BugreportReceiver
InnerClasses:
  public PendingResult = android.content.BroadcastReceiver$PendingResult of android.content.BroadcastReceiver
  com.android.shell.BugreportReceiver$1