class android.app.SearchDialog$2 implements android.widget.SearchView$OnCloseListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SearchDialog$2
  super_class: java.lang.Object
{
  final android.app.SearchDialog this$0;
    descriptor: Landroid/app/SearchDialog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.SearchDialog);
    descriptor: (Landroid/app/SearchDialog;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.SearchDialog$2 this
         0: .line 664
            aload 0 /* this */
            aload 1
            putfield android.app.SearchDialog$2.this$0:Landroid/app/SearchDialog;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.SearchDialog$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchDialog$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean onClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SearchDialog$2 this
         0: .line 667
            aload 0 /* this */
            getfield android.app.SearchDialog$2.this$0:Landroid/app/SearchDialog;
            invokevirtual android.app.SearchDialog.onClosePressed:()Z
            ireturn
        end local 0 // android.app.SearchDialog$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchDialog$2;
}
SourceFile: "SearchDialog.java"
EnclosingMethod: android.app.SearchDialog
NestHost: android.app.SearchDialog
InnerClasses:
  android.app.SearchDialog$2
  public abstract OnCloseListener = android.widget.SearchView$OnCloseListener of android.widget.SearchView