class android.app.SearchDialog$4 implements android.widget.SearchView$OnSuggestionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SearchDialog$4
  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$4 this
         0: .line 685
            aload 0 /* this */
            aload 1
            putfield android.app.SearchDialog$4.this$0:Landroid/app/SearchDialog;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.SearchDialog$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SearchDialog$4;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean onSuggestionSelect(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.app.SearchDialog$4 this
        start local 1 // int position
         0: .line 688
            iconst_0
            ireturn
        end local 1 // int position
        end local 0 // android.app.SearchDialog$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/app/SearchDialog$4;
            0    1     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public boolean onSuggestionClick(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.app.SearchDialog$4 this
        start local 1 // int position
         0: .line 692
            aload 0 /* this */
            getfield android.app.SearchDialog$4.this$0:Landroid/app/SearchDialog;
            invokevirtual android.app.SearchDialog.dismiss:()V
         1: .line 693
            iconst_0
            ireturn
        end local 1 // int position
        end local 0 // android.app.SearchDialog$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/app/SearchDialog$4;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      position  
}
SourceFile: "SearchDialog.java"
EnclosingMethod: android.app.SearchDialog
NestHost: android.app.SearchDialog
InnerClasses:
  android.app.SearchDialog$4
  public abstract OnSuggestionListener = android.widget.SearchView$OnSuggestionListener of android.widget.SearchView