Searched refs:JOB_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance
70 @VisibleForTesting public static final long JOB_INTERVAL_MS = TimeUnit.DAYS.toMillis(1); field in BackgroundDexoptJob140 .setPeriodic(JOB_INTERVAL_MS) in schedule()
216 assertThat(jobInfo.getIntervalMillis()).isEqualTo(BackgroundDexoptJob.JOB_INTERVAL_MS); in testSchedule()247 assertThat(jobInfo.getIntervalMillis()).isEqualTo(BackgroundDexoptJob.JOB_INTERVAL_MS); in testScheduleOverride()