class android.app.SystemServiceRegistry$75 extends android.app.SystemServiceRegistry$StaticServiceFetcher<android.service.persistentdata.PersistentDataBlockManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.SystemServiceRegistry$75
  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$75 this
         0: .line 825
            aload 0 /* this */
            invokespecial android.app.SystemServiceRegistry$StaticServiceFetcher.<init>:()V
            return
        end local 0 // android.app.SystemServiceRegistry$75 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/SystemServiceRegistry$75;

  public android.service.persistentdata.PersistentDataBlockManager createService();
    descriptor: ()Landroid/service/persistentdata/PersistentDataBlockManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.app.SystemServiceRegistry$75 this
         0: .line 828
            ldc "persistent_data_block"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 1 /* b */
        start local 1 // android.os.IBinder b
         1: .line 830
            aload 1 /* b */
            invokestatic android.service.persistentdata.IPersistentDataBlockService$Stub.asInterface:(Landroid/os/IBinder;)Landroid/service/persistentdata/IPersistentDataBlockService;
         2: .line 829
            astore 2 /* persistentDataBlockService */
        start local 2 // android.service.persistentdata.IPersistentDataBlockService persistentDataBlockService
         3: .line 831
            aload 2 /* persistentDataBlockService */
            ifnull 5
         4: .line 832
            new android.service.persistentdata.PersistentDataBlockManager
            dup
            aload 2 /* persistentDataBlockService */
            invokespecial android.service.persistentdata.PersistentDataBlockManager.<init>:(Landroid/service/persistentdata/IPersistentDataBlockService;)V
            areturn
         5: .line 835
      StackMap locals: android.os.IBinder android.service.persistentdata.IPersistentDataBlockService
      StackMap stack:
            aconst_null
            areturn
        end local 2 // android.service.persistentdata.IPersistentDataBlockService persistentDataBlockService
        end local 1 // android.os.IBinder b
        end local 0 // android.app.SystemServiceRegistry$75 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    6     0                        this  Landroid/app/SystemServiceRegistry$75;
            1    6     1                           b  Landroid/os/IBinder;
            3    6     2  persistentDataBlockService  Landroid/service/persistentdata/IPersistentDataBlockService;
    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$75.createService:()Landroid/service/persistentdata/PersistentDataBlockManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$StaticServiceFetcher<Landroid/service/persistentdata/PersistentDataBlockManager;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$75
  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.persistentdata.IPersistentDataBlockService$Stub of android.service.persistentdata.IPersistentDataBlockService