class android.service.gatekeeper.IGateKeeperService$Stub$Proxy implements android.service.gatekeeper.IGateKeeperService
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.gatekeeper.IGateKeeperService$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 156
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 157
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  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$Proxy this
         0: .line 160
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
         0: .line 164
            ldc "android.service.gatekeeper.IGateKeeperService"
            areturn
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;

  public android.service.gatekeeper.GateKeeperResponse enroll(int, byte[], byte[], byte[]);
    descriptor: (I[B[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // int uid
        start local 2 // byte[] currentPasswordHandle
        start local 3 // byte[] currentPassword
        start local 4 // byte[] desiredPassword
         0: .line 178
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _data */
        start local 5 // android.os.Parcel _data
         1: .line 179
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 6 /* _reply */
        start local 6 // android.os.Parcel _reply
         2: .line 182
            aload 5 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 183
            aload 5 /* _data */
            iload 1 /* uid */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 184
            aload 5 /* _data */
            aload 2 /* currentPasswordHandle */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         5: .line 185
            aload 5 /* _data */
            aload 3 /* currentPassword */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         6: .line 186
            aload 5 /* _data */
            aload 4 /* desiredPassword */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         7: .line 187
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 5 /* _data */
            aload 6 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 188
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 189
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 12
        10: .line 190
            getstatic android.service.gatekeeper.GateKeeperResponse.CREATOR:Landroid/os/Parcelable$Creator;
            aload 6 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.gatekeeper.GateKeeperResponse
            astore 7 /* _result */
        start local 7 // android.service.gatekeeper.GateKeeperResponse _result
        11: .line 191
            goto 18
        end local 7 // android.service.gatekeeper.GateKeeperResponse _result
        12: .line 193
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 7 /* _result */
        start local 7 // android.service.gatekeeper.GateKeeperResponse _result
        13: .line 195
            goto 18
        end local 7 // android.service.gatekeeper.GateKeeperResponse _result
        14: .line 196
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        15: .line 197
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 198
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 199
            aload 8
            athrow
        start local 7 // android.service.gatekeeper.GateKeeperResponse _result
        18: .line 197
      StackMap locals: android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 198
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 200
            aload 7 /* _result */
            areturn
        end local 7 // android.service.gatekeeper.GateKeeperResponse _result
        end local 6 // android.os.Parcel _reply
        end local 5 // android.os.Parcel _data
        end local 4 // byte[] desiredPassword
        end local 3 // byte[] currentPassword
        end local 2 // byte[] currentPasswordHandle
        end local 1 // int uid
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   21     0                   this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0   21     1                    uid  I
            0   21     2  currentPasswordHandle  [B
            0   21     3        currentPassword  [B
            0   21     4        desiredPassword  [B
            1   21     5                  _data  Landroid/os/Parcel;
            2   21     6                 _reply  Landroid/os/Parcel;
           11   12     7                _result  Landroid/service/gatekeeper/GateKeeperResponse;
           13   14     7                _result  Landroid/service/gatekeeper/GateKeeperResponse;
           18   21     7                _result  Landroid/service/gatekeeper/GateKeeperResponse;
      Exception table:
        from    to  target  type
           2    14      14  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                       Name  Flags
      uid                    
      currentPasswordHandle  
      currentPassword        
      desiredPassword        

  public android.service.gatekeeper.GateKeeperResponse verify(int, byte[], byte[]);
    descriptor: (I[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // int uid
        start local 2 // byte[] enrolledPasswordHandle
        start local 3 // byte[] providedPassword
         0: .line 212
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 213
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 216
            aload 4 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 217
            aload 4 /* _data */
            iload 1 /* uid */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 218
            aload 4 /* _data */
            aload 2 /* enrolledPasswordHandle */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         5: .line 219
            aload 4 /* _data */
            aload 3 /* providedPassword */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         6: .line 220
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 221
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 222
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 11
         9: .line 223
            getstatic android.service.gatekeeper.GateKeeperResponse.CREATOR:Landroid/os/Parcelable$Creator;
            aload 5 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.gatekeeper.GateKeeperResponse
            astore 6 /* _result */
        start local 6 // android.service.gatekeeper.GateKeeperResponse _result
        10: .line 224
            goto 17
        end local 6 // android.service.gatekeeper.GateKeeperResponse _result
        11: .line 226
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 6 /* _result */
        start local 6 // android.service.gatekeeper.GateKeeperResponse _result
        12: .line 228
            goto 17
        end local 6 // android.service.gatekeeper.GateKeeperResponse _result
        13: .line 229
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        14: .line 230
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 231
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 232
            aload 7
            athrow
        start local 6 // android.service.gatekeeper.GateKeeperResponse _result
        17: .line 230
      StackMap locals: android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 231
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 233
            aload 6 /* _result */
            areturn
        end local 6 // android.service.gatekeeper.GateKeeperResponse _result
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // byte[] providedPassword
        end local 2 // byte[] enrolledPasswordHandle
        end local 1 // int uid
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   20     0                    this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0   20     1                     uid  I
            0   20     2  enrolledPasswordHandle  [B
            0   20     3        providedPassword  [B
            1   20     4                   _data  Landroid/os/Parcel;
            2   20     5                  _reply  Landroid/os/Parcel;
           10   11     6                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
           12   13     6                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
           17   20     6                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                        Name  Flags
      uid                     
      enrolledPasswordHandle  
      providedPassword        

  public android.service.gatekeeper.GateKeeperResponse verifyChallenge(int, long, byte[], byte[]);
    descriptor: (IJ[B[B)Landroid/service/gatekeeper/GateKeeperResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // int uid
        start local 2 // long challenge
        start local 4 // byte[] enrolledPasswordHandle
        start local 5 // byte[] providedPassword
         0: .line 248
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 6 /* _data */
        start local 6 // android.os.Parcel _data
         1: .line 249
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 7 /* _reply */
        start local 7 // android.os.Parcel _reply
         2: .line 252
            aload 6 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 253
            aload 6 /* _data */
            iload 1 /* uid */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 254
            aload 6 /* _data */
            lload 2 /* challenge */
            invokevirtual android.os.Parcel.writeLong:(J)V
         5: .line 255
            aload 6 /* _data */
            aload 4 /* enrolledPasswordHandle */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         6: .line 256
            aload 6 /* _data */
            aload 5 /* providedPassword */
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         7: .line 257
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 6 /* _data */
            aload 7 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 258
            aload 7 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 259
            aload 7 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 12
        10: .line 260
            getstatic android.service.gatekeeper.GateKeeperResponse.CREATOR:Landroid/os/Parcelable$Creator;
            aload 7 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.service.gatekeeper.GateKeeperResponse
            astore 8 /* _result */
        start local 8 // android.service.gatekeeper.GateKeeperResponse _result
        11: .line 261
            goto 18
        end local 8 // android.service.gatekeeper.GateKeeperResponse _result
        12: .line 263
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 8 /* _result */
        start local 8 // android.service.gatekeeper.GateKeeperResponse _result
        13: .line 265
            goto 18
        end local 8 // android.service.gatekeeper.GateKeeperResponse _result
        14: .line 266
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        15: .line 267
            aload 7 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 268
            aload 6 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 269
            aload 9
            athrow
        start local 8 // android.service.gatekeeper.GateKeeperResponse _result
        18: .line 267
      StackMap locals: android.service.gatekeeper.GateKeeperResponse
      StackMap stack:
            aload 7 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 268
            aload 6 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 270
            aload 8 /* _result */
            areturn
        end local 8 // android.service.gatekeeper.GateKeeperResponse _result
        end local 7 // android.os.Parcel _reply
        end local 6 // android.os.Parcel _data
        end local 5 // byte[] providedPassword
        end local 4 // byte[] enrolledPasswordHandle
        end local 2 // long challenge
        end local 1 // int uid
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   21     0                    this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0   21     1                     uid  I
            0   21     2               challenge  J
            0   21     4  enrolledPasswordHandle  [B
            0   21     5        providedPassword  [B
            1   21     6                   _data  Landroid/os/Parcel;
            2   21     7                  _reply  Landroid/os/Parcel;
           11   12     8                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
           13   14     8                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
           18   21     8                 _result  Landroid/service/gatekeeper/GateKeeperResponse;
      Exception table:
        from    to  target  type
           2    14      14  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                        Name  Flags
      uid                     
      challenge               
      enrolledPasswordHandle  
      providedPassword        

  public long getSecureUserId(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // int uid
         0: .line 279
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 280
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 283
            aload 2 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 284
            aload 2 /* _data */
            iload 1 /* uid */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 285
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 286
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 287
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 4 /* _result */
        start local 4 // long _result
         7: .line 288
            goto 12
        end local 4 // long _result
         8: .line 289
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 6
         9: .line 290
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 291
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 292
            aload 6
            athrow
        start local 4 // long _result
        12: .line 290
      StackMap locals: long
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 291
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 293
            lload 4 /* _result */
            lreturn
        end local 4 // long _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int uid
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0   15     1      uid  I
            1   15     2    _data  Landroid/os/Parcel;
            2   15     3   _reply  Landroid/os/Parcel;
            7    8     4  _result  J
           12   15     4  _result  J
      Exception table:
        from    to  target  type
           2     8       8  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      uid   

  public void clearSecureUserId(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
        start local 1 // int uid
         0: .line 302
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 303
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 305
            aload 2 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 306
            aload 2 /* _data */
            iload 1 /* uid */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 307
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 308
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 309
            goto 11
         7: .line 310
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 311
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 312
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 313
            aload 4
            athrow
        11: .line 311
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 312
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 314
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int uid
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            0   14     1     uid  I
            1   14     2   _data  Landroid/os/Parcel;
            2   14     3  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      uid   

  public void reportDeviceSetupComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
         0: .line 321
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 322
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 324
            aload 1 /* _data */
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 325
            aload 0 /* this */
            getfield android.service.gatekeeper.IGateKeeperService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 326
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 327
            goto 10
         6: .line 328
      StackMap locals: android.service.gatekeeper.IGateKeeperService$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 3
         7: .line 329
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 330
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 331
            aload 3
            athrow
        10: .line 329
      StackMap locals:
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 330
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 332
            return
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.service.gatekeeper.IGateKeeperService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;
            1   13     1   _data  Landroid/os/Parcel;
            2   13     2  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     6       6  any
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IGateKeeperService.java"
NestHost: android.service.gatekeeper.IGateKeeperService
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  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