public class android.webkit.JsResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.webkit.JsResult
  super_class: java.lang.Object
{
  private final android.webkit.JsResult$ResultReceiver mReceiver;
    descriptor: Landroid/webkit/JsResult$ResultReceiver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mResult;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public final void cancel();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.webkit.JsResult this
         0: .line 45
            aload 0 /* this */
            iconst_0
            putfield android.webkit.JsResult.mResult:Z
         1: .line 46
            aload 0 /* this */
            invokevirtual android.webkit.JsResult.wakeUp:()V
         2: .line 47
            return
        end local 0 // android.webkit.JsResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/webkit/JsResult;

  public final void confirm();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.webkit.JsResult this
         0: .line 53
            aload 0 /* this */
            iconst_1
            putfield android.webkit.JsResult.mResult:Z
         1: .line 54
            aload 0 /* this */
            invokevirtual android.webkit.JsResult.wakeUp:()V
         2: .line 55
            return
        end local 0 // android.webkit.JsResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/webkit/JsResult;

  public void <init>(android.webkit.JsResult$ResultReceiver);
    descriptor: (Landroid/webkit/JsResult$ResultReceiver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.webkit.JsResult this
        start local 1 // android.webkit.JsResult$ResultReceiver receiver
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* receiver */
            putfield android.webkit.JsResult.mReceiver:Landroid/webkit/JsResult$ResultReceiver;
         2: .line 63
            return
        end local 1 // android.webkit.JsResult$ResultReceiver receiver
        end local 0 // android.webkit.JsResult this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/webkit/JsResult;
            0    3     1  receiver  Landroid/webkit/JsResult$ResultReceiver;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
          Name  Flags
      receiver  

  public final boolean getResult();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.webkit.JsResult this
         0: .line 70
            aload 0 /* this */
            getfield android.webkit.JsResult.mResult:Z
            ireturn
        end local 0 // android.webkit.JsResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/webkit/JsResult;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  private final void wakeUp();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.webkit.JsResult this
         0: .line 75
            aload 0 /* this */
            getfield android.webkit.JsResult.mReceiver:Landroid/webkit/JsResult$ResultReceiver;
            aload 0 /* this */
            invokeinterface android.webkit.JsResult$ResultReceiver.onJsResultComplete:(Landroid/webkit/JsResult;)V
         1: .line 76
            return
        end local 0 // android.webkit.JsResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/webkit/JsResult;
}
SourceFile: "JsResult.java"
NestMembers:
  android.webkit.JsResult$ResultReceiver
InnerClasses:
  public abstract ResultReceiver = android.webkit.JsResult$ResultReceiver of android.webkit.JsResult