class android.widget.RemoteViews$SetPendingIntentTemplate extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$SetPendingIntentTemplate
  super_class: android.widget.RemoteViews$Action
{
  android.app.PendingIntent pendingIntentTemplate;
    descriptor: Landroid/app/PendingIntent;
    flags: (0x0000) 

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

  public void <init>(android.widget.RemoteViews, int, android.app.PendingIntent);
    descriptor: (Landroid/widget/RemoteViews;ILandroid/app/PendingIntent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
        start local 2 // int id
        start local 3 // android.app.PendingIntent pendingIntentTemplate
         0: .line 696
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 697
            aload 0 /* this */
            iload 2 /* id */
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.viewId:I
         2: .line 698
            aload 0 /* this */
            aload 3 /* pendingIntentTemplate */
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.pendingIntentTemplate:Landroid/app/PendingIntent;
         3: .line 699
            return
        end local 3 // android.app.PendingIntent pendingIntentTemplate
        end local 2 // int id
        end local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Landroid/widget/RemoteViews$SetPendingIntentTemplate;
            0    4     2                     id  I
            0    4     3  pendingIntentTemplate  Landroid/app/PendingIntent;
    MethodParameters:
                       Name  Flags
      this$0                 final
      id                     
      pendingIntentTemplate  

  public void <init>(android.widget.RemoteViews, android.os.Parcel);
    descriptor: (Landroid/widget/RemoteViews;Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
        start local 2 // android.os.Parcel parcel
         0: .line 701
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 702
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.viewId:I
         2: .line 703
            aload 0 /* this */
            aload 2 /* parcel */
            invokestatic android.app.PendingIntent.readPendingIntentOrNullFromParcel:(Landroid/os/Parcel;)Landroid/app/PendingIntent;
            putfield android.widget.RemoteViews$SetPendingIntentTemplate.pendingIntentTemplate:Landroid/app/PendingIntent;
         3: .line 704
            return
        end local 2 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/RemoteViews$SetPendingIntentTemplate;
            0    4     2  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      this$0  final
      parcel  

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 707
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetPendingIntentTemplate.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 708
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetPendingIntentTemplate.pendingIntentTemplate:Landroid/app/PendingIntent;
            aload 1 /* dest */
            invokestatic android.app.PendingIntent.writePendingIntentOrNullToParcel:(Landroid/app/PendingIntent;Landroid/os/Parcel;)V
         2: .line 709
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/RemoteViews$SetPendingIntentTemplate;
            0    3     1   dest  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public void apply(android.view.View, android.view.ViewGroup, android.widget.RemoteViews$OnClickHandler);
    descriptor: (Landroid/view/View;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
        start local 1 // android.view.View root
        start local 2 // android.view.ViewGroup rootParent
        start local 3 // android.widget.RemoteViews$OnClickHandler handler
         0: .line 713
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetPendingIntentTemplate.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 4 /* target */
        start local 4 // android.view.View target
         1: .line 714
            aload 4 /* target */
            ifnonnull 2
            return
         2: .line 717
      StackMap locals: android.view.View
      StackMap stack:
            aload 4 /* target */
            instanceof android.widget.AdapterView
            ifeq 8
         3: .line 718
            aload 4 /* target */
            checkcast android.widget.AdapterView
            astore 5 /* av */
        start local 5 // android.widget.AdapterView av
         4: .line 720
            new android.widget.RemoteViews$SetPendingIntentTemplate$1
            dup
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$SetPendingIntentTemplate$1.<init>:(Landroid/widget/RemoteViews$SetPendingIntentTemplate;)V
            astore 6 /* listener */
        start local 6 // android.widget.AdapterView$OnItemClickListener listener
         5: .line 753
            aload 5 /* av */
            aload 6 /* listener */
            invokevirtual android.widget.AdapterView.setOnItemClickListener:(Landroid/widget/AdapterView$OnItemClickListener;)V
         6: .line 754
            aload 5 /* av */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetPendingIntentTemplate.pendingIntentTemplate:Landroid/app/PendingIntent;
            invokevirtual android.widget.AdapterView.setTag:(Ljava/lang/Object;)V
        end local 6 // android.widget.AdapterView$OnItemClickListener listener
        end local 5 // android.widget.AdapterView av
         7: .line 755
            goto 12
         8: .line 756
      StackMap locals:
      StackMap stack:
            ldc "RemoteViews"
            new java.lang.StringBuilder
            dup
            ldc "Cannot setPendingIntentTemplate on a view which is notan AdapterView (id: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 757
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetPendingIntentTemplate.viewId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 756
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
        11: .line 758
            return
        12: .line 760
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.view.View target
        end local 3 // android.widget.RemoteViews$OnClickHandler handler
        end local 2 // android.view.ViewGroup rootParent
        end local 1 // android.view.View root
        end local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Landroid/widget/RemoteViews$SetPendingIntentTemplate;
            0   13     1        root  Landroid/view/View;
            0   13     2  rootParent  Landroid/view/ViewGroup;
            0   13     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
            1   13     4      target  Landroid/view/View;
            4    7     5          av  Landroid/widget/AdapterView<*>;
            5    7     6    listener  Landroid/widget/AdapterView$OnItemClickListener;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     final

  public int getActionTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
         0: .line 764
            bipush 8
            ireturn
        end local 0 // android.widget.RemoteViews$SetPendingIntentTemplate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$SetPendingIntentTemplate;
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  public abstract OnItemClickListener = android.widget.AdapterView$OnItemClickListener of android.widget.AdapterView
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private SetPendingIntentTemplate = android.widget.RemoteViews$SetPendingIntentTemplate of android.widget.RemoteViews
  android.widget.RemoteViews$SetPendingIntentTemplate$1