public class com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask extends android.os.AsyncTask<java.lang.Void, java.lang.Void, com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress> implements com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback, com.android.systemui.statusbar.InflationTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask
  super_class: android.os.AsyncTask
{
  private final android.service.notification.StatusBarNotification mSbn;
    descriptor: Landroid/service/notification/StatusBarNotification;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mIsLowPriority;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mIsChildInGroup;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mUsesIncreasedHeight;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback mCallback;
    descriptor: Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mUsesIncreasedHeadsUpHeight;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mRedactAmbient;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private com.android.systemui.statusbar.ExpandableNotificationRow mRow;
    descriptor: Lcom/android/systemui/statusbar/ExpandableNotificationRow;
    flags: (0x0002) ACC_PRIVATE

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

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

  private android.os.CancellationSignal mCancellationSignal;
    descriptor: Landroid/os/CancellationSignal;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(android.service.notification.StatusBarNotification, int, com.android.systemui.statusbar.ExpandableNotificationRow, boolean, boolean, boolean, boolean, boolean, com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback, android.widget.RemoteViews$OnClickHandler);
    descriptor: (Landroid/service/notification/StatusBarNotification;ILcom/android/systemui/statusbar/ExpandableNotificationRow;ZZZZZLcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;Landroid/widget/RemoteViews$OnClickHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=12, args_size=11
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // android.service.notification.StatusBarNotification notification
        start local 2 // int reInflateFlags
        start local 3 // com.android.systemui.statusbar.ExpandableNotificationRow row
        start local 4 // boolean isLowPriority
        start local 5 // boolean isChildInGroup
        start local 6 // boolean usesIncreasedHeight
        start local 7 // boolean usesIncreasedHeadsUpHeight
        start local 8 // boolean redactAmbient
        start local 9 // com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback callback
        start local 10 // android.widget.RemoteViews$OnClickHandler remoteViewClickHandler
         0: .line 590
            aload 0 /* this */
            invokespecial android.os.AsyncTask.<init>:()V
         1: .line 596
            aload 0 /* this */
            aload 3 /* row */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
         2: .line 597
            aload 0 /* this */
            aload 1 /* notification */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mSbn:Landroid/service/notification/StatusBarNotification;
         3: .line 598
            aload 0 /* this */
            iload 2 /* reInflateFlags */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
         4: .line 599
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getContext:()Landroid/content/Context;
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mContext:Landroid/content/Context;
         5: .line 600
            aload 0 /* this */
            iload 4 /* isLowPriority */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mIsLowPriority:Z
         6: .line 601
            aload 0 /* this */
            iload 5 /* isChildInGroup */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mIsChildInGroup:Z
         7: .line 602
            aload 0 /* this */
            iload 6 /* usesIncreasedHeight */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mUsesIncreasedHeight:Z
         8: .line 603
            aload 0 /* this */
            iload 7 /* usesIncreasedHeadsUpHeight */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mUsesIncreasedHeadsUpHeight:Z
         9: .line 604
            aload 0 /* this */
            iload 8 /* redactAmbient */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRedactAmbient:Z
        10: .line 605
            aload 0 /* this */
            aload 10 /* remoteViewClickHandler */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRemoteViewClickHandler:Landroid/widget/RemoteViews$OnClickHandler;
        11: .line 606
            aload 0 /* this */
            aload 9 /* callback */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCallback:Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
        12: .line 607
            aload 3 /* row */
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getEntry:()Lcom/android/systemui/statusbar/NotificationData$Entry;
            astore 11 /* entry */
        start local 11 // com.android.systemui.statusbar.NotificationData$Entry entry
        13: .line 608
            aload 11 /* entry */
            aload 0 /* this */
            invokevirtual com.android.systemui.statusbar.NotificationData$Entry.setInflationTask:(Lcom/android/systemui/statusbar/InflationTask;)V
        14: .line 609
            return
        end local 11 // com.android.systemui.statusbar.NotificationData$Entry entry
        end local 10 // android.widget.RemoteViews$OnClickHandler remoteViewClickHandler
        end local 9 // com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback callback
        end local 8 // boolean redactAmbient
        end local 7 // boolean usesIncreasedHeadsUpHeight
        end local 6 // boolean usesIncreasedHeight
        end local 5 // boolean isChildInGroup
        end local 4 // boolean isLowPriority
        end local 3 // com.android.systemui.statusbar.ExpandableNotificationRow row
        end local 2 // int reInflateFlags
        end local 1 // android.service.notification.StatusBarNotification notification
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   15     0                        this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0   15     1                notification  Landroid/service/notification/StatusBarNotification;
            0   15     2              reInflateFlags  I
            0   15     3                         row  Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            0   15     4               isLowPriority  Z
            0   15     5              isChildInGroup  Z
            0   15     6         usesIncreasedHeight  Z
            0   15     7  usesIncreasedHeadsUpHeight  Z
            0   15     8               redactAmbient  Z
            0   15     9                    callback  Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
            0   15    10      remoteViewClickHandler  Landroid/widget/RemoteViews$OnClickHandler;
           13   15    11                       entry  Lcom/android/systemui/statusbar/NotificationData$Entry;
    MethodParameters:
                            Name  Flags
      notification                
      reInflateFlags              
      row                         
      isLowPriority               
      isChildInGroup              
      usesIncreasedHeight         
      usesIncreasedHeadsUpHeight  
      redactAmbient               
      callback                    
      remoteViewClickHandler      

  public int getReInflateFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
         0: .line 613
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
            ireturn
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()

  protected com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress doInBackground(java.lang.Void[]);
    descriptor: ([Ljava/lang/Void;)Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // java.lang.Void[] params
         0: .line 620
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mContext:Landroid/content/Context;
         1: .line 621
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mSbn:Landroid/service/notification/StatusBarNotification;
            invokevirtual android.service.notification.StatusBarNotification.getNotification:()Landroid/app/Notification;
         2: .line 620
            invokestatic android.app.Notification$Builder.recoverBuilder:(Landroid/content/Context;Landroid/app/Notification;)Landroid/app/Notification$Builder;
         3: .line 619
            astore 2 /* recoveredBuilder */
        start local 2 // android.app.Notification$Builder recoveredBuilder
         4: .line 622
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mSbn:Landroid/service/notification/StatusBarNotification;
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mContext:Landroid/content/Context;
            invokevirtual android.service.notification.StatusBarNotification.getPackageContext:(Landroid/content/Context;)Landroid/content/Context;
            astore 3 /* packageContext */
        start local 3 // android.content.Context packageContext
         5: .line 623
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mSbn:Landroid/service/notification/StatusBarNotification;
            invokevirtual android.service.notification.StatusBarNotification.getNotification:()Landroid/app/Notification;
            astore 4 /* notification */
        start local 4 // android.app.Notification notification
         6: .line 624
            aload 4 /* notification */
            invokevirtual android.app.Notification.isMediaNotification:()Z
            ifeq 11
         7: .line 625
            new com.android.systemui.statusbar.notification.MediaNotificationProcessor
            dup
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mContext:Landroid/content/Context;
         8: .line 626
            aload 3 /* packageContext */
         9: .line 625
            invokespecial com.android.systemui.statusbar.notification.MediaNotificationProcessor.<init>:(Landroid/content/Context;Landroid/content/Context;)V
            astore 5 /* processor */
        start local 5 // com.android.systemui.statusbar.notification.MediaNotificationProcessor processor
        10: .line 627
            aload 5 /* processor */
            aload 4 /* notification */
            aload 2 /* recoveredBuilder */
            invokevirtual com.android.systemui.statusbar.notification.MediaNotificationProcessor.processNotification:(Landroid/app/Notification;Landroid/app/Notification$Builder;)V
        end local 5 // com.android.systemui.statusbar.notification.MediaNotificationProcessor processor
        11: .line 629
      StackMap locals: android.app.Notification$Builder android.content.Context android.app.Notification
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
        12: .line 630
            aload 2 /* recoveredBuilder */
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mIsLowPriority:Z
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mIsChildInGroup:Z
        13: .line 631
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mUsesIncreasedHeight:Z
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mUsesIncreasedHeadsUpHeight:Z
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRedactAmbient:Z
        14: .line 632
            aload 3 /* packageContext */
        15: .line 629
            invokestatic com.android.systemui.statusbar.notification.NotificationInflater.createRemoteViews:(ILandroid/app/Notification$Builder;ZZZZZLandroid/content/Context;)Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;
        16: areturn
        end local 4 // android.app.Notification notification
        end local 3 // android.content.Context packageContext
        end local 2 // android.app.Notification$Builder recoveredBuilder
        17: .line 633
      StackMap locals: com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask java.lang.Void[]
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        18: .line 634
            aload 0 /* this */
            aload 2 /* e */
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mError:Ljava/lang/Exception;
        19: .line 635
            aconst_null
            areturn
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.Void[] params
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0   20     1            params  [Ljava/lang/Void;
            4   17     2  recoveredBuilder  Landroid/app/Notification$Builder;
            5   17     3    packageContext  Landroid/content/Context;
            6   17     4      notification  Landroid/app/Notification;
           10   11     5         processor  Lcom/android/systemui/statusbar/notification/MediaNotificationProcessor;
           18   20     2                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    16      17  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      params  

  protected void onPostExecute(com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress);
    descriptor: (Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress result
         0: .line 641
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mError:Ljava/lang/Exception;
            ifnonnull 5
         1: .line 642
            aload 0 /* this */
            aload 1 /* result */
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRedactAmbient:Z
         2: .line 643
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRemoteViewClickHandler:Landroid/widget/RemoteViews$OnClickHandler;
            aload 0 /* this */
         3: .line 642
            invokestatic com.android.systemui.statusbar.notification.NotificationInflater.apply:(Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;ILcom/android/systemui/statusbar/ExpandableNotificationRow;ZLandroid/widget/RemoteViews$OnClickHandler;Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;)Landroid/os/CancellationSignal;
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCancellationSignal:Landroid/os/CancellationSignal;
         4: .line 644
            goto 6
         5: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mError:Ljava/lang/Exception;
            invokevirtual com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.handleError:(Ljava/lang/Exception;)V
         6: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress result
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0    7     1  result  Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;
    MethodParameters:
        Name  Flags
      result  

  private void handleError(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // java.lang.Exception e
         0: .line 650
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getEntry:()Lcom/android/systemui/statusbar/NotificationData$Entry;
            invokevirtual com.android.systemui.statusbar.NotificationData$Entry.onInflationTaskFinished:()V
         1: .line 651
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getStatusBarNotification:()Landroid/service/notification/StatusBarNotification;
            astore 2 /* sbn */
        start local 2 // android.service.notification.StatusBarNotification sbn
         2: .line 652
            new java.lang.StringBuilder
            dup
            aload 2 /* sbn */
            invokevirtual android.service.notification.StatusBarNotification.getPackageName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 653
            aload 2 /* sbn */
            invokevirtual android.service.notification.StatusBarNotification.getId:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 652
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* ident */
        start local 3 // java.lang.String ident
         5: .line 654
            ldc "StatusBar"
            new java.lang.StringBuilder
            dup
            ldc "couldn't inflate view for notification "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* ident */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         6: .line 655
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCallback:Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
            aload 2 /* sbn */
         7: .line 656
            new com.android.systemui.statusbar.notification.InflationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Couldn't inflate contentViews"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.android.systemui.statusbar.notification.InflationException.<init>:(Ljava/lang/String;)V
         8: .line 655
            invokeinterface com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback.handleInflationException:(Landroid/service/notification/StatusBarNotification;Ljava/lang/Exception;)V
         9: .line 657
            return
        end local 3 // java.lang.String ident
        end local 2 // android.service.notification.StatusBarNotification sbn
        end local 1 // java.lang.Exception e
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0   10     1      e  Ljava/lang/Exception;
            2   10     2    sbn  Landroid/service/notification/StatusBarNotification;
            5   10     3  ident  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     

  public void abort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
         0: .line 661
            aload 0 /* this */
            iconst_1
            invokevirtual com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.cancel:(Z)Z
            pop
         1: .line 662
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCancellationSignal:Landroid/os/CancellationSignal;
            ifnull 3
         2: .line 663
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCancellationSignal:Landroid/os/CancellationSignal;
            invokevirtual android.os.CancellationSignal.cancel:()V
         3: .line 665
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;

  public void supersedeTask(com.android.systemui.statusbar.InflationTask);
    descriptor: (Lcom/android/systemui/statusbar/InflationTask;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // com.android.systemui.statusbar.InflationTask task
         0: .line 669
            aload 1 /* task */
            instanceof com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask
            ifeq 2
         1: .line 671
            aload 0 /* this */
            dup
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
            aload 1 /* task */
            checkcast com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
            ior
            putfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mReInflateFlags:I
         2: .line 673
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.android.systemui.statusbar.InflationTask task
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0    3     1  task  Lcom/android/systemui/statusbar/InflationTask;
    MethodParameters:
      Name  Flags
      task  

  public void handleInflationException(android.service.notification.StatusBarNotification, java.lang.Exception);
    descriptor: (Landroid/service/notification/StatusBarNotification;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // android.service.notification.StatusBarNotification notification
        start local 2 // java.lang.Exception e
         0: .line 677
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.handleError:(Ljava/lang/Exception;)V
         1: .line 678
            return
        end local 2 // java.lang.Exception e
        end local 1 // android.service.notification.StatusBarNotification notification
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0    2     1  notification  Landroid/service/notification/StatusBarNotification;
            0    2     2             e  Ljava/lang/Exception;
    MethodParameters:
              Name  Flags
      notification  
      e             

  public void onAsyncInflationFinished(com.android.systemui.statusbar.NotificationData$Entry);
    descriptor: (Lcom/android/systemui/statusbar/NotificationData$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
        start local 1 // com.android.systemui.statusbar.NotificationData$Entry entry
         0: .line 682
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getEntry:()Lcom/android/systemui/statusbar/NotificationData$Entry;
            invokevirtual com.android.systemui.statusbar.NotificationData$Entry.onInflationTaskFinished:()V
         1: .line 683
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.onNotificationUpdated:()V
         2: .line 684
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCallback:Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mRow:Lcom/android/systemui/statusbar/ExpandableNotificationRow;
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.getEntry:()Lcom/android/systemui/statusbar/NotificationData$Entry;
            invokeinterface com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback.onAsyncInflationFinished:(Lcom/android/systemui/statusbar/NotificationData$Entry;)V
         3: .line 685
            return
        end local 1 // com.android.systemui.statusbar.NotificationData$Entry entry
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;
            0    4     1  entry  Lcom/android/systemui/statusbar/NotificationData$Entry;
    MethodParameters:
       Name  Flags
      entry  

  public boolean doInflateSynchronous();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
         0: .line 689
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCallback:Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
            ifnull 1
            aload 0 /* this */
            getfield com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.mCallback:Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;
            invokeinterface com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback.doInflateSynchronous:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/systemui/statusbar/notification/NotificationInflater$AsyncInflationTask;

  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.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.doInBackground:([Ljava/lang/Void;)Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;
            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 com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress
            invokevirtual com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask.onPostExecute:(Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Landroid/os/AsyncTask<Ljava/lang/Void;Ljava/lang/Void;Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationProgress;>;Lcom/android/systemui/statusbar/notification/NotificationInflater$InflationCallback;Lcom/android/systemui/statusbar/InflationTask;
SourceFile: "NotificationInflater.java"
NestHost: com.android.systemui.statusbar.notification.NotificationInflater
InnerClasses:
  public Builder = android.app.Notification$Builder of android.app.Notification
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  public final Entry = com.android.systemui.statusbar.NotificationData$Entry of com.android.systemui.statusbar.NotificationData
  public AsyncInflationTask = com.android.systemui.statusbar.notification.NotificationInflater$AsyncInflationTask of com.android.systemui.statusbar.notification.NotificationInflater
  public abstract InflationCallback = com.android.systemui.statusbar.notification.NotificationInflater$InflationCallback of com.android.systemui.statusbar.notification.NotificationInflater
  InflationProgress = com.android.systemui.statusbar.notification.NotificationInflater$InflationProgress of com.android.systemui.statusbar.notification.NotificationInflater