/**@class android.app.JobSchedulerImpl
@extends android.app.job.JobScheduler

 Concrete implementation of the JobScheduler interface
 @hide 
*/
var JobSchedulerImpl = {

/**
*/
schedule : function(  ) {},

/**
*/
enqueue : function(  ) {},

/**
*/
scheduleAsPackage : function(  ) {},

/**
*/
cancel : function(  ) {},

/**
*/
cancelAll : function(  ) {},

/**
*/
getAllPendingJobs : function(  ) {},

/**
*/
getPendingJob : function(  ) {},

/**
*/
getStartedJobs : function(  ) {},

/**
*/
getAllJobSnapshots : function(  ) {},


};