public abstract class android.service.gatekeeper.IGateKeeperService$Stub extends android.os.Binder implements android.service.gatekeeper.IGateKeeperService
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.service.gatekeeper.IGateKeeperService$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.service.gatekeeper.IGateKeeperService"

  static final int TRANSACTION_enroll;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TRANSACTION_verify;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TRANSACTION_verifyChallenge;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int TRANSACTION_getSecureUserId;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int TRANSACTION_clearSecureUserId;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int TRANSACTION_reportDeviceSetupComplete;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
         0: .line 22
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 24
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 25
            return
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/gatekeeper/IGateKeeperService$Stub;

  public static android.service.gatekeeper.IGateKeeperService asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/service/gatekeeper/IGateKeeperService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 32
            aload 0 /* obj */
            ifnonnull 2
         1: .line 33
            aconst_null
            areturn
         2: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 36
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.service.gatekeeper.IGateKeeperService
            ifeq 5
         4: .line 37
            aload 1 /* iin */
            checkcast android.service.gatekeeper.IGateKeeperService
            areturn
         5: .line 39
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.service.gatekeeper.IGateKeeperService$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.service.gatekeeper.IGateKeeperService$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
         0: .line 43
            aload 0 /* this */
            areturn
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/gatekeeper/IGateKeeperService$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=5
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 47
            ldc "android.service.gatekeeper.IGateKeeperService"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 48
            iload 1 /* code */
            lookupswitch { // 7
                    1: 4
                    2: 17
                    3: 29
                    4: 42
                    5: 48
                    6: 53
           1598968902: 2
              default: 57
          }
         2: .line 52
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 53
            iconst_1
            ireturn
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 59
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
         6: .line 61
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 7 /* _arg1 */
        start local 7 // byte[] _arg1
         7: .line 63
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 8 /* _arg2 */
        start local 8 // byte[] _arg2
         8: .line 65
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 9 /* _arg3 */
        start local 9 // byte[] _arg3
         9: .line 66
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.enroll:(I[B[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
            astore 10 /* _result */
        start local 10 // android.service.gatekeeper.GateKeeperResponse _result
        10: .line 67
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        11: .line 68
            aload 10 /* _result */
            ifnull 15
        12: .line 69
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        13: .line 70
            aload 10 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.service.gatekeeper.GateKeeperResponse.writeToParcel:(Landroid/os/Parcel;I)V
        14: .line 71
            goto 16
        15: .line 73
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int byte[] byte[] byte[] android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        16: .line 75
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 10 // android.service.gatekeeper.GateKeeperResponse _result
        end local 9 // byte[] _arg3
        end local 8 // byte[] _arg2
        end local 7 // byte[] _arg1
        end local 6 // int _arg0
        17: .line 79
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        18: .line 81
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        19: .line 83
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 7 /* _arg1 */
        start local 7 // byte[] _arg1
        20: .line 85
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 8 /* _arg2 */
        start local 8 // byte[] _arg2
        21: .line 86
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.verify:(I[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
            astore 9 /* _result */
        start local 9 // android.service.gatekeeper.GateKeeperResponse _result
        22: .line 87
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        23: .line 88
            aload 9 /* _result */
            ifnull 27
        24: .line 89
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        25: .line 90
            aload 9 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.service.gatekeeper.GateKeeperResponse.writeToParcel:(Landroid/os/Parcel;I)V
        26: .line 91
            goto 28
        27: .line 93
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int byte[] byte[] android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        28: .line 95
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 9 // android.service.gatekeeper.GateKeeperResponse _result
        end local 8 // byte[] _arg2
        end local 7 // byte[] _arg1
        end local 6 // int _arg0
        29: .line 99
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        30: .line 101
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        31: .line 103
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 7 /* _arg1 */
        start local 7 // long _arg1
        32: .line 105
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 9 /* _arg2 */
        start local 9 // byte[] _arg2
        33: .line 107
            aload 2 /* data */
            invokevirtual android.os.Parcel.createByteArray:()[B
            astore 10 /* _arg3 */
        start local 10 // byte[] _arg3
        34: .line 108
            aload 0 /* this */
            iload 6 /* _arg0 */
            lload 7 /* _arg1 */
            aload 9 /* _arg2 */
            aload 10 /* _arg3 */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.verifyChallenge:(IJ[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
            astore 11 /* _result */
        start local 11 // android.service.gatekeeper.GateKeeperResponse _result
        35: .line 109
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        36: .line 110
            aload 11 /* _result */
            ifnull 40
        37: .line 111
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        38: .line 112
            aload 11 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.service.gatekeeper.GateKeeperResponse.writeToParcel:(Landroid/os/Parcel;I)V
        39: .line 113
            goto 41
        40: .line 115
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int long byte[] byte[] android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        41: .line 117
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 11 // android.service.gatekeeper.GateKeeperResponse _result
        end local 10 // byte[] _arg3
        end local 9 // byte[] _arg2
        end local 7 // long _arg1
        end local 6 // int _arg0
        42: .line 121
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        43: .line 123
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        44: .line 124
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.getSecureUserId:(I)J
            lstore 7 /* _result */
        start local 7 // long _result
        45: .line 125
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        46: .line 126
            aload 3 /* reply */
            lload 7 /* _result */
            invokevirtual android.os.Parcel.writeLong:(J)V
        47: .line 127
            iconst_1
            ireturn
        end local 7 // long _result
        end local 6 // int _arg0
        48: .line 131
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        49: .line 133
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        50: .line 134
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.clearSecureUserId:(I)V
        51: .line 135
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        52: .line 136
            iconst_1
            ireturn
        end local 6 // int _arg0
        53: .line 140
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        54: .line 141
            aload 0 /* this */
            invokevirtual android.service.gatekeeper.IGateKeeperService$Stub.reportDeviceSetupComplete:()V
        55: .line 142
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        56: .line 143
            iconst_1
            ireturn
        57: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Landroid/service/gatekeeper/IGateKeeperService$Stub;
            0   58     1        code  I
            0   58     2        data  Landroid/os/Parcel;
            0   58     3       reply  Landroid/os/Parcel;
            0   58     4       flags  I
            1   58     5  descriptor  Ljava/lang/String;
            6   17     6       _arg0  I
            7   17     7       _arg1  [B
            8   17     8       _arg2  [B
            9   17     9       _arg3  [B
           10   17    10     _result  Landroid/service/gatekeeper/GateKeeperResponse;
           19   29     6       _arg0  I
           20   29     7       _arg1  [B
           21   29     8       _arg2  [B
           22   29     9     _result  Landroid/service/gatekeeper/GateKeeperResponse;
           31   42     6       _arg0  I
           32   42     7       _arg1  J
           33   42     9       _arg2  [B
           34   42    10       _arg3  [B
           35   42    11     _result  Landroid/service/gatekeeper/GateKeeperResponse;
           44   48     6       _arg0  I
           45   48     7     _result  J
           50   53     6       _arg0  I
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IGateKeeperService.java"
NestHost: android.service.gatekeeper.IGateKeeperService
InnerClasses:
  public abstract Stub = android.service.gatekeeper.IGateKeeperService$Stub of android.service.gatekeeper.IGateKeeperService
  private Proxy = android.service.gatekeeper.IGateKeeperService$Stub$Proxy of android.service.gatekeeper.IGateKeeperService$Stub