class android.widget.RemoteViews$SetRemoteInputsAction extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$SetRemoteInputsAction
  super_class: android.widget.RemoteViews$Action
{
  final android.os.Parcelable[] remoteInputs;
    descriptor: [Landroid/os/Parcelable;
    flags: (0x0010) ACC_FINAL

  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.RemoteInput[]);
    descriptor: (Landroid/widget/RemoteViews;I[Landroid/app/RemoteInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
        start local 2 // int viewId
        start local 3 // android.app.RemoteInput[] remoteInputs
         0: .line 2099
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetRemoteInputsAction.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 2100
            aload 0 /* this */
            iload 2 /* viewId */
            putfield android.widget.RemoteViews$SetRemoteInputsAction.viewId:I
         2: .line 2101
            aload 0 /* this */
            aload 3 /* remoteInputs */
            putfield android.widget.RemoteViews$SetRemoteInputsAction.remoteInputs:[Landroid/os/Parcelable;
         3: .line 2102
            return
        end local 3 // android.app.RemoteInput[] remoteInputs
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Landroid/widget/RemoteViews$SetRemoteInputsAction;
            0    4     2        viewId  I
            0    4     3  remoteInputs  [Landroid/app/RemoteInput;
    MethodParameters:
              Name  Flags
      this$0        final
      viewId        
      remoteInputs  

  public void <init>(android.widget.RemoteViews, android.os.Parcel);
    descriptor: (Landroid/widget/RemoteViews;Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
        start local 2 // android.os.Parcel parcel
         0: .line 2104
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetRemoteInputsAction.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 2105
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetRemoteInputsAction.viewId:I
         2: .line 2106
            aload 0 /* this */
            aload 2 /* parcel */
            getstatic android.app.RemoteInput.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArray:(Landroid/os/Parcelable$Creator;)[Ljava/lang/Object;
            checkcast android.os.Parcelable[]
            putfield android.widget.RemoteViews$SetRemoteInputsAction.remoteInputs:[Landroid/os/Parcelable;
         3: .line 2107
            return
        end local 2 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/RemoteViews$SetRemoteInputsAction;
            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=3, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 2110
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetRemoteInputsAction.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 2111
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetRemoteInputsAction.remoteInputs:[Landroid/os/Parcelable;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         2: .line 2112
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/RemoteViews$SetRemoteInputsAction;
            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=3, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
         0: .line 2119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.RemoteViews$SetRemoteInputsAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$SetRemoteInputsAction;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

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