class android.widget.RemoteViews$AsyncApplyTask extends android.os.AsyncTask<java.lang.Void, java.lang.Void, android.widget.RemoteViews$ViewTree> implements android.os.CancellationSignal$OnCancelListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$AsyncApplyTask
  super_class: android.os.AsyncTask
{
  final android.widget.RemoteViews mRV;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0010) ACC_FINAL

  final android.view.ViewGroup mParent;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0010) ACC_FINAL

  final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0010) ACC_FINAL

  final android.widget.RemoteViews$OnViewAppliedListener mListener;
    descriptor: Landroid/widget/RemoteViews$OnViewAppliedListener;
    flags: (0x0010) ACC_FINAL

  final android.widget.RemoteViews$OnClickHandler mHandler;
    descriptor: Landroid/widget/RemoteViews$OnClickHandler;
    flags: (0x0010) ACC_FINAL

  private android.view.View mResult;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.RemoteViews$ViewTree mTree;
    descriptor: Landroid/widget/RemoteViews$ViewTree;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.RemoteViews$Action[] mActions;
    descriptor: [Landroid/widget/RemoteViews$Action;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Exception mError;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  final android.widget.RemoteViews this$0;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.RemoteViews, android.widget.RemoteViews, android.view.ViewGroup, android.content.Context, android.widget.RemoteViews$OnViewAppliedListener, android.widget.RemoteViews$OnClickHandler, android.view.View);
    descriptor: (Landroid/widget/RemoteViews;Landroid/widget/RemoteViews;Landroid/view/ViewGroup;Landroid/content/Context;Landroid/widget/RemoteViews$OnViewAppliedListener;Landroid/widget/RemoteViews$OnClickHandler;Landroid/view/View;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // android.widget.RemoteViews$AsyncApplyTask this
        start local 2 // android.widget.RemoteViews rv
        start local 3 // android.view.ViewGroup parent
        start local 4 // android.content.Context context
        start local 5 // android.widget.RemoteViews$OnViewAppliedListener listener
        start local 6 // android.widget.RemoteViews$OnClickHandler handler
        start local 7 // android.view.View result
         0: .line 3418
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$AsyncApplyTask.this$0:Landroid/widget/RemoteViews;
         1: .line 3416
            aload 0 /* this */
            invokespecial android.os.AsyncTask.<init>:()V
         2: .line 3419
            aload 0 /* this */
            aload 2 /* rv */
            putfield android.widget.RemoteViews$AsyncApplyTask.mRV:Landroid/widget/RemoteViews;
         3: .line 3420
            aload 0 /* this */
            aload 3 /* parent */
            putfield android.widget.RemoteViews$AsyncApplyTask.mParent:Landroid/view/ViewGroup;
         4: .line 3421
            aload 0 /* this */
            aload 4 /* context */
            putfield android.widget.RemoteViews$AsyncApplyTask.mContext:Landroid/content/Context;
         5: .line 3422
            aload 0 /* this */
            aload 5 /* listener */
            putfield android.widget.RemoteViews$AsyncApplyTask.mListener:Landroid/widget/RemoteViews$OnViewAppliedListener;
         6: .line 3423
            aload 0 /* this */
            aload 6 /* handler */
            putfield android.widget.RemoteViews$AsyncApplyTask.mHandler:Landroid/widget/RemoteViews$OnClickHandler;
         7: .line 3425
            aload 0 /* this */
            aload 7 /* result */
            putfield android.widget.RemoteViews$AsyncApplyTask.mResult:Landroid/view/View;
         8: .line 3426
            aload 4 /* context */
            aload 6 /* handler */
            invokestatic android.widget.RemoteViews.loadTransitionOverride:(Landroid/content/Context;Landroid/widget/RemoteViews$OnClickHandler;)V
         9: .line 3427
            return
        end local 7 // android.view.View result
        end local 6 // android.widget.RemoteViews$OnClickHandler handler
        end local 5 // android.widget.RemoteViews$OnViewAppliedListener listener
        end local 4 // android.content.Context context
        end local 3 // android.view.ViewGroup parent
        end local 2 // android.widget.RemoteViews rv
        end local 0 // android.widget.RemoteViews$AsyncApplyTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Landroid/widget/RemoteViews$AsyncApplyTask;
            0   10     2        rv  Landroid/widget/RemoteViews;
            0   10     3    parent  Landroid/view/ViewGroup;
            0   10     4   context  Landroid/content/Context;
            0   10     5  listener  Landroid/widget/RemoteViews$OnViewAppliedListener;
            0   10     6   handler  Landroid/widget/RemoteViews$OnClickHandler;
            0   10     7    result  Landroid/view/View;
    MethodParameters:
          Name  Flags
      this$0    final
      rv        
      parent    
      context   
      listener  
      handler   
      result    

  protected android.widget.RemoteViews$ViewTree doInBackground(java.lang.Void[]);
    descriptor: ([Ljava/lang/Void;)Landroid/widget/RemoteViews$ViewTree;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // android.widget.RemoteViews$AsyncApplyTask this
        start local 1 // java.lang.Void[] params
         0: .line 3432
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mResult:Landroid/view/View;
            ifnonnull 2
         1: .line 3433
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mContext:Landroid/content/Context;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mRV:Landroid/widget/RemoteViews;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mParent:Landroid/view/ViewGroup;
            invokevirtual android.widget.RemoteViews.inflateView:(Landroid/content/Context;Landroid/widget/RemoteViews;Landroid/view/ViewGroup;)Landroid/view/View;
            putfield android.widget.RemoteViews$AsyncApplyTask.mResult:Landroid/view/View;
         2: .line 3436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new android.widget.RemoteViews$ViewTree
            dup
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mResult:Landroid/view/View;
            invokespecial android.widget.RemoteViews$ViewTree.<init>:(Landroid/view/View;)V
            putfield android.widget.RemoteViews$AsyncApplyTask.mTree:Landroid/widget/RemoteViews$ViewTree;
         3: .line 3437
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mRV:Landroid/widget/RemoteViews;
            getfield android.widget.RemoteViews.mActions:Ljava/util/ArrayList;
            ifnull 12
         4: .line 3438
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mRV:Landroid/widget/RemoteViews;
            getfield android.widget.RemoteViews.mActions:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* count */
        start local 2 // int count
         5: .line 3439
            aload 0 /* this */
            iload 2 /* count */
            anewarray android.widget.RemoteViews$Action
            putfield android.widget.RemoteViews$AsyncApplyTask.mActions:[Landroid/widget/RemoteViews$Action;
         6: .line 3440
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 3442
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mActions:[Landroid/widget/RemoteViews$Action;
            iload 3 /* i */
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mRV:Landroid/widget/RemoteViews;
            getfield android.widget.RemoteViews.mActions:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.widget.RemoteViews$Action
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mTree:Landroid/widget/RemoteViews$ViewTree;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mParent:Landroid/view/ViewGroup;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mHandler:Landroid/widget/RemoteViews$OnClickHandler;
            invokevirtual android.widget.RemoteViews$Action.initActionAsync:(Landroid/widget/RemoteViews$ViewTree;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)Landroid/widget/RemoteViews$Action;
            aastore
         9: .line 3440
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* count */
            if_icmpge 13
            aload 0 /* this */
            invokevirtual android.widget.RemoteViews$AsyncApplyTask.isCancelled:()Z
            ifeq 8
        end local 3 // int i
        end local 2 // int count
        11: .line 3444
            goto 13
        12: .line 3445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield android.widget.RemoteViews$AsyncApplyTask.mActions:[Landroid/widget/RemoteViews$Action;
        13: .line 3447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mTree:Landroid/widget/RemoteViews$ViewTree;
        14: areturn
        15: .line 3448
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        16: .line 3449
            aload 0 /* this */
            aload 2 /* e */
            putfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
        17: .line 3450
            aconst_null
            areturn
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.Void[] params
        end local 0 // android.widget.RemoteViews$AsyncApplyTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Landroid/widget/RemoteViews$AsyncApplyTask;
            0   18     1  params  [Ljava/lang/Void;
            5   11     2   count  I
            7   11     3       i  I
           16   18     2       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    14      15  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      params  

  protected void onPostExecute(android.widget.RemoteViews$ViewTree);
    descriptor: (Landroid/widget/RemoteViews$ViewTree;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // android.widget.RemoteViews$AsyncApplyTask this
        start local 1 // android.widget.RemoteViews$ViewTree viewTree
         0: .line 3456
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            ifnonnull 14
         1: .line 3458
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mActions:[Landroid/widget/RemoteViews$Action;
            ifnull 14
         2: .line 3459
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mHandler:Landroid/widget/RemoteViews$OnClickHandler;
            ifnonnull 4
         3: .line 3460
            getstatic android.widget.RemoteViews.DEFAULT_ON_CLICK_HANDLER:Landroid/widget/RemoteViews$OnClickHandler;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mHandler:Landroid/widget/RemoteViews$OnClickHandler;
         5: .line 3459
      StackMap locals:
      StackMap stack: android.widget.RemoteViews$OnClickHandler
            astore 2 /* handler */
        start local 2 // android.widget.RemoteViews$OnClickHandler handler
         6: .line 3461
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mActions:[Landroid/widget/RemoteViews$Action;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: android.widget.RemoteViews$AsyncApplyTask android.widget.RemoteViews$ViewTree android.widget.RemoteViews$OnClickHandler top int int android.widget.RemoteViews$Action[]
      StackMap stack:
         7: aload 6
            iload 4
            aaload
            astore 3 /* a */
        start local 3 // android.widget.RemoteViews$Action a
         8: .line 3462
            aload 3 /* a */
            aload 1 /* viewTree */
            getfield android.widget.RemoteViews$ViewTree.mRoot:Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mParent:Landroid/view/ViewGroup;
            aload 2 /* handler */
            invokevirtual android.widget.RemoteViews$Action.apply:(Landroid/view/View;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)V
        end local 3 // android.widget.RemoteViews$Action a
         9: .line 3461
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 7
        end local 2 // android.widget.RemoteViews$OnClickHandler handler
        11: .line 3465
            goto 14
      StackMap locals: android.widget.RemoteViews$AsyncApplyTask android.widget.RemoteViews$ViewTree
      StackMap stack: java.lang.Exception
        12: astore 2 /* e */
        start local 2 // java.lang.Exception e
        13: .line 3466
            aload 0 /* this */
            aload 2 /* e */
            putfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
        end local 2 // java.lang.Exception e
        14: .line 3470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mListener:Landroid/widget/RemoteViews$OnViewAppliedListener;
            ifnull 20
        15: .line 3471
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            ifnull 18
        16: .line 3472
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mListener:Landroid/widget/RemoteViews$OnViewAppliedListener;
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            invokeinterface android.widget.RemoteViews$OnViewAppliedListener.onError:(Ljava/lang/Exception;)V
        17: .line 3473
            goto 24
        18: .line 3474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mListener:Landroid/widget/RemoteViews$OnViewAppliedListener;
            aload 1 /* viewTree */
            getfield android.widget.RemoteViews$ViewTree.mRoot:Landroid/view/View;
            invokeinterface android.widget.RemoteViews$OnViewAppliedListener.onViewApplied:(Landroid/view/View;)V
        19: .line 3476
            goto 24
      StackMap locals:
      StackMap stack:
        20: aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            ifnull 24
        21: .line 3477
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            instanceof android.widget.RemoteViews$ActionException
            ifeq 23
        22: .line 3478
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            checkcast android.widget.RemoteViews$ActionException
            athrow
        23: .line 3480
      StackMap locals:
      StackMap stack:
            new android.widget.RemoteViews$ActionException
            dup
            aload 0 /* this */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            invokespecial android.widget.RemoteViews$ActionException.<init>:(Ljava/lang/Exception;)V
            athrow
        24: .line 3483
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.RemoteViews$ViewTree viewTree
        end local 0 // android.widget.RemoteViews$AsyncApplyTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Landroid/widget/RemoteViews$AsyncApplyTask;
            0   25     1  viewTree  Landroid/widget/RemoteViews$ViewTree;
            6   11     2   handler  Landroid/widget/RemoteViews$OnClickHandler;
            8    9     3         a  Landroid/widget/RemoteViews$Action;
           13   14     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    11      12  Class java.lang.Exception
    MethodParameters:
          Name  Flags
      viewTree  

  public void onCancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$AsyncApplyTask this
         0: .line 3487
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.RemoteViews$AsyncApplyTask.cancel:(Z)Z
            pop
         1: .line 3488
            return
        end local 0 // android.widget.RemoteViews$AsyncApplyTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/RemoteViews$AsyncApplyTask;

  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 android.widget.RemoteViews$AsyncApplyTask.doInBackground:([Ljava/lang/Void;)Landroid/widget/RemoteViews$ViewTree;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void onPostExecute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast android.widget.RemoteViews$ViewTree
            invokevirtual android.widget.RemoteViews$AsyncApplyTask.onPostExecute:(Landroid/widget/RemoteViews$ViewTree;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Landroid/os/AsyncTask<Ljava/lang/Void;Ljava/lang/Void;Landroid/widget/RemoteViews$ViewTree;>;Landroid/os/CancellationSignal$OnCancelListener;
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  public abstract OnCancelListener = android.os.CancellationSignal$OnCancelListener of android.os.CancellationSignal
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public ActionException = android.widget.RemoteViews$ActionException of android.widget.RemoteViews
  private AsyncApplyTask = android.widget.RemoteViews$AsyncApplyTask of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  public abstract OnViewAppliedListener = android.widget.RemoteViews$OnViewAppliedListener of android.widget.RemoteViews
  private ViewTree = android.widget.RemoteViews$ViewTree of android.widget.RemoteViews