public class android.view.SearchEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.view.SearchEvent
  super_class: java.lang.Object
{
  private android.view.InputDevice mInputDevice;
    descriptor: Landroid/view/InputDevice;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.view.InputDevice);
    descriptor: (Landroid/view/InputDevice;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.SearchEvent this
        start local 1 // android.view.InputDevice inputDevice
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* inputDevice */
            putfield android.view.SearchEvent.mInputDevice:Landroid/view/InputDevice;
         2: .line 29
            return
        end local 1 // android.view.InputDevice inputDevice
        end local 0 // android.view.SearchEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/view/SearchEvent;
            0    3     1  inputDevice  Landroid/view/InputDevice;
    MethodParameters:
             Name  Flags
      inputDevice  

  public android.view.InputDevice getInputDevice();
    descriptor: ()Landroid/view/InputDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.SearchEvent this
         0: .line 36
            aload 0 /* this */
            getfield android.view.SearchEvent.mInputDevice:Landroid/view/InputDevice;
            areturn
        end local 0 // android.view.SearchEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/SearchEvent;
}
SourceFile: "SearchEvent.java"