class android.app.SystemServiceRegistry$76 extends android.app.SystemServiceRegistry$StaticServiceFetcher<android.service.oemlock.OemLockManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SystemServiceRegistry$76
  super_class: android.app.SystemServiceRegistry$StaticServiceFetcher
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.SystemServiceRegistry$76 this
         0: .line 840
            aload 0 /* this */
            invokespecial android.app.SystemServiceRegistry$StaticServiceFetcher.<init>:()V
            return
        end local 0 // android.app.SystemServiceRegistry$76 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$76;

  public android.service.oemlock.OemLockManager createService();
    descriptor: ()Landroid/service/oemlock/OemLockManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.app.SystemServiceRegistry$76 this
         0: .line 843
            ldc "oem_lock"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 1 /* b */
        start local 1 // android.os.IBinder b
         1: .line 844
            aload 1 /* b */
            invokestatic android.service.oemlock.IOemLockService$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/oemlock/IOemLockService;
            astore 2 /* oemLockService */
        start local 2 // android.service.oemlock.IOemLockService oemLockService
         2: .line 845
            aload 2 /* oemLockService */
            ifnull 4
         3: .line 846
            new android.service.oemlock.OemLockManager
            dup
            aload 2 /* oemLockService */
            invokespecial android.service.oemlock.OemLockManager.<init>:(Landroid/service/oemlock/IOemLockService;)V
            areturn
         4: .line 849
      StackMap locals: android.os.IBinder android.service.oemlock.IOemLockService
      StackMap stack:
            aconst_null
            areturn
        end local 2 // android.service.oemlock.IOemLockService oemLockService
        end local 1 // android.os.IBinder b
        end local 0 // android.app.SystemServiceRegistry$76 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/app/SystemServiceRegistry$76;
            1    5     1               b  Landroid/os/IBinder;
            2    5     2  oemLockService  Landroid/service/oemlock/IOemLockService;
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException

  public java.lang.Object createService();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.app.SystemServiceRegistry$76.createService:()Landroid/service/oemlock/OemLockManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$StaticServiceFetcher<Landroid/service/oemlock/OemLockManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$76
  abstract StaticServiceFetcher = android.app.SystemServiceRegistry$StaticServiceFetcher of android.app.SystemServiceRegistry
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager
  public abstract Stub = android.service.oemlock.IOemLockService$Stub of android.service.oemlock.IOemLockService