public abstract class android.security.GateKeeper
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.security.GateKeeper
  super_class: java.lang.Object
{
  public static final long INVALID_SECURE_USER_ID;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.security.GateKeeper this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.security.GateKeeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/GateKeeper;

  public static android.service.gatekeeper.IGateKeeperService getService();
    descriptor: ()Landroid/service/gatekeeper/IGateKeeperService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 38
            ldc "android.service.gatekeeper.IGateKeeperService"
            invokestatic android.os.ServiceManager.getService:(Ljava/lang/String;)Landroid/os/IBinder;
         1: .line 37
            invokestatic android.service.gatekeeper.IGateKeeperService$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/gatekeeper/IGateKeeperService;
            astore 0 /* service */
        start local 0 // android.service.gatekeeper.IGateKeeperService service
         2: .line 39
            aload 0 /* service */
            ifnonnull 4
         3: .line 40
            new java.lang.IllegalStateException
            dup
            ldc "Gatekeeper service not available"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 42
      StackMap locals: android.service.gatekeeper.IGateKeeperService
      StackMap stack:
            aload 0 /* service */
            areturn
        end local 0 // android.service.gatekeeper.IGateKeeperService service
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            2    5     0  service  Landroid/service/gatekeeper/IGateKeeperService;

  public static long getSecureUserId();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 47
            invokestatic android.security.GateKeeper.getService:()Landroid/service/gatekeeper/IGateKeeperService;
            invokestatic android.os.UserHandle.myUserId:()I
            invokeinterface android.service.gatekeeper.IGateKeeperService.getSecureUserId:(I)J
         1: lreturn
         2: .line 48
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 0 /* e */
        start local 0 // android.os.RemoteException e
         3: .line 49
            new java.lang.IllegalStateException
            dup
         4: .line 50
            ldc "Failed to obtain secure user ID from gatekeeper"
            aload 0 /* e */
         5: .line 49
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // android.os.RemoteException e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    6     0     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    Exceptions:
      throws java.lang.IllegalStateException
}
SourceFile: "GateKeeper.java"
InnerClasses:
  public abstract Stub = android.service.gatekeeper.IGateKeeperService$Stub of android.service.gatekeeper.IGateKeeperService