class android.widget.RemoteViewsAdapter$RemoteViewsCacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViewsAdapter$RemoteViewsCacheKey
  super_class: java.lang.Object
{
  final android.content.Intent$FilterComparison filter;
    descriptor: Landroid/content/Intent$FilterComparison;
    flags: (0x0010) ACC_FINAL

  final int widgetId;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(android.content.Intent$FilterComparison, int);
    descriptor: (Landroid/content/Intent$FilterComparison;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
        start local 1 // android.content.Intent$FilterComparison filter
        start local 2 // int widgetId
         0: .line 788
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 789
            aload 0 /* this */
            aload 1 /* filter */
            putfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.filter:Landroid/content/Intent$FilterComparison;
         2: .line 790
            aload 0 /* this */
            iload 2 /* widgetId */
            putfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.widgetId:I
         3: .line 791
            return
        end local 2 // int widgetId
        end local 1 // android.content.Intent$FilterComparison filter
        end local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;
            0    4     1    filter  Landroid/content/Intent$FilterComparison;
            0    4     2  widgetId  I
    MethodParameters:
          Name  Flags
      filter    
      widgetId  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
        start local 1 // java.lang.Object o
         0: .line 795
            aload 1 /* o */
            instanceof android.widget.RemoteViewsAdapter$RemoteViewsCacheKey
            ifne 2
         1: .line 796
            iconst_0
            ireturn
         2: .line 798
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.widget.RemoteViewsAdapter$RemoteViewsCacheKey
            astore 2 /* other */
        start local 2 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey other
         3: .line 799
            aload 2 /* other */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.filter:Landroid/content/Intent$FilterComparison;
            aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.filter:Landroid/content/Intent$FilterComparison;
            invokevirtual android.content.Intent$FilterComparison.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 2 /* other */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.widgetId:I
            aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.widgetId:I
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: android.widget.RemoteViewsAdapter$RemoteViewsCacheKey
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey other
        end local 1 // java.lang.Object o
        end local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  other  Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
         0: .line 804
            aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.filter:Landroid/content/Intent$FilterComparison;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.filter:Landroid/content/Intent$FilterComparison;
            invokevirtual android.content.Intent$FilterComparison.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$RemoteViewsCacheKey.widgetId:I
            iconst_2
            ishl
            ixor
            ireturn
        end local 0 // android.widget.RemoteViewsAdapter$RemoteViewsCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/RemoteViewsAdapter$RemoteViewsCacheKey;
}
SourceFile: "RemoteViewsAdapter.java"
NestHost: android.widget.RemoteViewsAdapter
InnerClasses:
  public final FilterComparison = android.content.Intent$FilterComparison of android.content.Intent
  RemoteViewsCacheKey = android.widget.RemoteViewsAdapter$RemoteViewsCacheKey of android.widget.RemoteViewsAdapter