Searched refs:jss (Results 1 – 1 of 1) sorted by relevance
151 JobScheduler jss = context.getSystemService(JobScheduler.class); in registerJobIfNeeded() local152 JobInfo info = jss.getPendingJob(JOB_ID); in registerJobIfNeeded()161 JobScheduler jss = context.getSystemService(JobScheduler.class); in registerJob() local162 jss.cancel(JOB_ID); in registerJob()172 jss.schedule(jobInfo); in registerJob()189 JobScheduler jss = context.getSystemService(JobScheduler.class); in cancelJob() local191 jss.cancel(JOB_ID); in cancelJob()