public class android.app.JobSchedulerImpl extends android.app.job.JobScheduler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.JobSchedulerImpl
  super_class: android.app.job.JobScheduler
{
  android.app.job.IJobScheduler mBinder;
    descriptor: Landroid/app/job/IJobScheduler;
    flags: (0x0000) 

  void <init>(android.app.job.IJobScheduler);
    descriptor: (Landroid/app/job/IJobScheduler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // android.app.job.IJobScheduler binder
         0: .line 37
            aload 0 /* this */
            invokespecial android.app.job.JobScheduler.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* binder */
            putfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
         2: .line 39
            return
        end local 1 // android.app.job.IJobScheduler binder
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/JobSchedulerImpl;
            0    3     1  binder  Landroid/app/job/IJobScheduler;
    MethodParameters:
        Name  Flags
      binder  

  public int schedule(android.app.job.JobInfo);
    descriptor: (Landroid/app/job/JobInfo;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // android.app.job.JobInfo job
         0: .line 44
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            aload 1 /* job */
            invokeinterface android.app.job.IJobScheduler.schedule:(Landroid/app/job/JobInfo;)I
         1: ireturn
         2: .line 45
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 46
            iconst_0
            ireturn
        end local 1 // android.app.job.JobInfo job
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/JobSchedulerImpl;
            0    4     1   job  Landroid/app/job/JobInfo;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
      Name  Flags
      job   

  public int enqueue(android.app.job.JobInfo, android.app.job.JobWorkItem);
    descriptor: (Landroid/app/job/JobInfo;Landroid/app/job/JobWorkItem;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // android.app.job.JobInfo job
        start local 2 // android.app.job.JobWorkItem work
         0: .line 53
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            aload 1 /* job */
            aload 2 /* work */
            invokeinterface android.app.job.IJobScheduler.enqueue:(Landroid/app/job/JobInfo;Landroid/app/job/JobWorkItem;)I
         1: ireturn
         2: .line 54
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 55
            iconst_0
            ireturn
        end local 2 // android.app.job.JobWorkItem work
        end local 1 // android.app.job.JobInfo job
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/JobSchedulerImpl;
            0    4     1   job  Landroid/app/job/JobInfo;
            0    4     2  work  Landroid/app/job/JobWorkItem;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
      Name  Flags
      job   
      work  

  public int scheduleAsPackage(android.app.job.JobInfo, java.lang.String, int, java.lang.String);
    descriptor: (Landroid/app/job/JobInfo;Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // android.app.job.JobInfo job
        start local 2 // java.lang.String packageName
        start local 3 // int userId
        start local 4 // java.lang.String tag
         0: .line 62
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            aload 1 /* job */
            aload 2 /* packageName */
            iload 3 /* userId */
            aload 4 /* tag */
            invokeinterface android.app.job.IJobScheduler.scheduleAsPackage:(Landroid/app/job/JobInfo;Ljava/lang/String;ILjava/lang/String;)I
         1: ireturn
         2: .line 63
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 64
            iconst_0
            ireturn
        end local 4 // java.lang.String tag
        end local 3 // int userId
        end local 2 // java.lang.String packageName
        end local 1 // android.app.job.JobInfo job
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/app/JobSchedulerImpl;
            0    4     1          job  Landroid/app/job/JobInfo;
            0    4     2  packageName  Ljava/lang/String;
            0    4     3       userId  I
            0    4     4          tag  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
             Name  Flags
      job          
      packageName  
      userId       
      tag          

  public void cancel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // int jobId
         0: .line 71
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            iload 1 /* jobId */
            invokeinterface android.app.job.IJobScheduler.cancel:(I)V
         1: .line 72
            goto 3
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: pop
         3: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int jobId
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/app/JobSchedulerImpl;
            0    4     1  jobId  I
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
       Name  Flags
      jobId  

  public void cancelAll();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.JobSchedulerImpl this
         0: .line 79
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            invokeinterface android.app.job.IJobScheduler.cancelAll:()V
         1: .line 80
            goto 3
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: pop
         3: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/JobSchedulerImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public java.util.List<android.app.job.JobInfo> getAllPendingJobs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.JobSchedulerImpl this
         0: .line 87
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            invokeinterface android.app.job.IJobScheduler.getAllPendingJobs:()Ljava/util/List;
         1: areturn
         2: .line 88
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 89
            aconst_null
            areturn
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/JobSchedulerImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/app/job/JobInfo;>;

  public android.app.job.JobInfo getPendingJob(int);
    descriptor: (I)Landroid/app/job/JobInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.JobSchedulerImpl this
        start local 1 // int jobId
         0: .line 96
            aload 0 /* this */
            getfield android.app.JobSchedulerImpl.mBinder:Landroid/app/job/IJobScheduler;
            iload 1 /* jobId */
            invokeinterface android.app.job.IJobScheduler.getPendingJob:(I)Landroid/app/job/JobInfo;
         1: areturn
         2: .line 97
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 98
            aconst_null
            areturn
        end local 1 // int jobId
        end local 0 // android.app.JobSchedulerImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/app/JobSchedulerImpl;
            0    4     1  jobId  I
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
       Name  Flags
      jobId  
}
SourceFile: "JobSchedulerImpl.java"