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

  public android.app.job.JobScheduler createService();
    descriptor: ()Landroid/app/job/JobScheduler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.app.SystemServiceRegistry$74 this
         0: .line 820
            ldc "jobscheduler"
            invokestatic android.os.ServiceManager.getServiceOrThrow:(Ljava/lang/String;)Landroid/os/IBinder;
            astore 1 /* b */
        start local 1 // android.os.IBinder b
         1: .line 821
            new android.app.JobSchedulerImpl
            dup
            aload 1 /* b */
            invokestatic android.app.job.IJobScheduler$Stub.asInterface:(Landroid/os/IBinder;)Landroid/app/job/IJobScheduler;
            invokespecial android.app.JobSchedulerImpl.<init>:(Landroid/app/job/IJobScheduler;)V
            areturn
        end local 1 // android.os.IBinder b
        end local 0 // android.app.SystemServiceRegistry$74 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/SystemServiceRegistry$74;
            1    2     1     b  Landroid/os/IBinder;
    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$74.createService:()Landroid/app/job/JobScheduler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.ServiceManager$ServiceNotFoundException
}
Signature: Landroid/app/SystemServiceRegistry$StaticServiceFetcher<Landroid/app/job/JobScheduler;>;
SourceFile: "SystemServiceRegistry.java"
EnclosingMethod: android.app.SystemServiceRegistry
NestHost: android.app.SystemServiceRegistry
InnerClasses:
  android.app.SystemServiceRegistry$74
  abstract StaticServiceFetcher = android.app.SystemServiceRegistry$StaticServiceFetcher of android.app.SystemServiceRegistry
  public abstract Stub = android.app.job.IJobScheduler$Stub of android.app.job.IJobScheduler
  public ServiceNotFoundException = android.os.ServiceManager$ServiceNotFoundException of android.os.ServiceManager