class android.widget.RemoteViews$SetEmptyView extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$SetEmptyView
  super_class: android.widget.RemoteViews$Action
{
  int emptyViewId;
    descriptor: I
    flags: (0x0000) 

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

  void <init>(android.widget.RemoteViews, int, int);
    descriptor: (Landroid/widget/RemoteViews;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$SetEmptyView this
        start local 2 // int viewId
        start local 3 // int emptyViewId
         0: .line 581
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetEmptyView.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 582
            aload 0 /* this */
            iload 2 /* viewId */
            putfield android.widget.RemoteViews$SetEmptyView.viewId:I
         2: .line 583
            aload 0 /* this */
            iload 3 /* emptyViewId */
            putfield android.widget.RemoteViews$SetEmptyView.emptyViewId:I
         3: .line 584
            return
        end local 3 // int emptyViewId
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$SetEmptyView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/widget/RemoteViews$SetEmptyView;
            0    4     2       viewId  I
            0    4     3  emptyViewId  I
    MethodParameters:
             Name  Flags
      this$0       final
      viewId       
      emptyViewId  

  void <init>(android.widget.RemoteViews, android.os.Parcel);
    descriptor: (Landroid/widget/RemoteViews;Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetEmptyView this
        start local 2 // android.os.Parcel in
         0: .line 586
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetEmptyView.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 587
            aload 0 /* this */
            aload 2 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetEmptyView.viewId:I
         2: .line 588
            aload 0 /* this */
            aload 2 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetEmptyView.emptyViewId:I
         3: .line 589
            return
        end local 2 // android.os.Parcel in
        end local 0 // android.widget.RemoteViews$SetEmptyView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/widget/RemoteViews$SetEmptyView;
            0    4     2    in  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      this$0  final
      in      

  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$SetEmptyView this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 592
            aload 1 /* out */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetEmptyView.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 593
            aload 1 /* out */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetEmptyView.emptyViewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 594
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.widget.RemoteViews$SetEmptyView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/RemoteViews$SetEmptyView;
            0    3     1    out  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      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=2, locals=7, args_size=4
        start local 0 // android.widget.RemoteViews$SetEmptyView 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 598
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetEmptyView.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 4 /* view */
        start local 4 // android.view.View view
         1: .line 599
            aload 4 /* view */
            instanceof android.widget.AdapterView
            ifne 2
            return
         2: .line 601
      StackMap locals: android.view.View
      StackMap stack:
            aload 4 /* view */
            checkcast android.widget.AdapterView
            astore 5 /* adapterView */
        start local 5 // android.widget.AdapterView adapterView
         3: .line 603
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetEmptyView.emptyViewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 6 /* emptyView */
        start local 6 // android.view.View emptyView
         4: .line 604
            aload 6 /* emptyView */
            ifnonnull 5
            return
         5: .line 606
      StackMap locals: android.widget.AdapterView android.view.View
      StackMap stack:
            aload 5 /* adapterView */
            aload 6 /* emptyView */
            invokevirtual android.widget.AdapterView.setEmptyView:(Landroid/view/View;)V
         6: .line 607
            return
        end local 6 // android.view.View emptyView
        end local 5 // android.widget.AdapterView adapterView
        end local 4 // android.view.View view
        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$SetEmptyView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/widget/RemoteViews$SetEmptyView;
            0    7     1         root  Landroid/view/View;
            0    7     2   rootParent  Landroid/view/ViewGroup;
            0    7     3      handler  Landroid/widget/RemoteViews$OnClickHandler;
            1    7     4         view  Landroid/view/View;
            3    7     5  adapterView  Landroid/widget/AdapterView<*>;
            4    7     6    emptyView  Landroid/view/View;
    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$SetEmptyView this
         0: .line 611
            bipush 6
            ireturn
        end local 0 // android.widget.RemoteViews$SetEmptyView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$SetEmptyView;
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private SetEmptyView = android.widget.RemoteViews$SetEmptyView of android.widget.RemoteViews