Searched refs:jss (Results 1 – 1 of 1) sorted by relevance
123 JobScheduler jss = context.getSystemService(JobScheduler.class); in registerJobIfNeeded() local124 JobInfo info = jss.getPendingJob(JOB_ID); in registerJobIfNeeded()133 JobScheduler jss = context.getSystemService(JobScheduler.class); in registerJob() local134 jss.cancel(JOB_ID); in registerJob()144 jss.schedule(jobInfo); in registerJob()161 JobScheduler jss = context.getSystemService(JobScheduler.class); in cancelJob() local163 jss.cancel(JOB_ID); in cancelJob()