Searched refs:JOB_ID (Results 1 – 5 of 5) sorted by relevance
40 private static final int JOB_ID = 3923512; field in BrightnessIdleJob45 JobInfo pending = jobScheduler.getPendingJob(JOB_ID); in scheduleJob()47 new JobInfo.Builder(JOB_ID, new ComponentName(context, BrightnessIdleJob.class)) in scheduleJob()53 jobScheduler.cancel(JOB_ID); in scheduleJob()64 jobScheduler.cancel(JOB_ID); in cancelJob()
33 private static final int JOB_ID = 765123; field in PruneInstantAppsJobService39 JobInfo pruneJob = new JobInfo.Builder(JOB_ID, new ComponentName( in schedule()
45 private static final int JOB_ID = 100500; field in PreloadsFileCacheExpirationJobService63 JobInfo expirationJob = new JobInfo.Builder(JOB_ID, in schedule()
641 proto.write(JobPackageHistoryProto.HistoryEvent.JOB_ID, mEventJobIds[index]); in dumpHistory()
1277 proto.write(JobStatusShortInfoProto.JOB_ID, job.getId()); in writeToShortProto()