HomeSort by relevance Sort by last modified time
    Searched refs:SHORTCUT_PERIODIC_JOB (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/constants/
ScheduledJobIds.java 30 public static final int SHORTCUT_PERIODIC_JOB = 100;
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
PeriodicJobService.java 62 if (jobScheduler.getPendingJob(ScheduledJobIds.SHORTCUT_PERIODIC_JOB) != null) {
68 ScheduledJobIds.SHORTCUT_PERIODIC_JOB,
85 context.getSystemService(JobScheduler.class).cancel(ScheduledJobIds.SHORTCUT_PERIODIC_JOB);

Completed in 538 milliseconds