Searched refs:MIN_PERIODIC_INTERVAL_MILLIS (Results 1 – 8 of 8) sorted by relevance
48 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testBuild_backoffAndIdleMode_throwsIllegalArgumentException()60 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS + 123L; in testBuild_setPeriodic_onlyIntervalDuration_inRange()73 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS - 123L; in testBuild_setPeriodic_onlyIntervalDuration_outOfRange()80 is(PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS)); in testBuild_setPeriodic_onlyIntervalDuration_outOfRange()82 is(PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS)); in testBuild_setPeriodic_onlyIntervalDuration_outOfRange()88 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS + 123L; in testBuild_setPeriodic_intervalAndFlexDurations_inRange()104 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS - 123L; in testBuild_setPeriodic_intervalAndFlexDurations_outOfRange()114 is(PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS)); in testBuild_setPeriodic_intervalAndFlexDurations_outOfRange()122 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS + 123L; in testBuild_setPeriodic_intervalInRange_flexOutOfRange()139 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS - 123L; in testBuild_setPeriodic_intervalOutOfRange_flexInRange()[all …]
41 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS + 5000L;
20 import static androidx.work.PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS;155 if (intervalDuration < MIN_PERIODIC_INTERVAL_MILLIS) { in setPeriodic()158 MIN_PERIODIC_INTERVAL_MILLIS)); in setPeriodic()159 intervalDuration = MIN_PERIODIC_INTERVAL_MILLIS; in setPeriodic()171 if (intervalDuration < MIN_PERIODIC_INTERVAL_MILLIS) { in setPeriodic()174 MIN_PERIODIC_INTERVAL_MILLIS)); in setPeriodic()175 intervalDuration = MIN_PERIODIC_INTERVAL_MILLIS; in setPeriodic()
34 public static final long MIN_PERIODIC_INTERVAL_MILLIS = 15 * 60 * 1000L; // 15 minutes. field in PeriodicWorkRequest
151 long testInterval = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS; in testConvert_periodic()152 long testFlex = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS; in testConvert_periodic()
454 long intervalDuration = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS; in testRun_periodicWork_success_updatesPeriodStartTime()477 long intervalDuration = PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS; in testRun_periodicWork_failure_updatesPeriodStartTime()502 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testPeriodicWork_success()524 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testPeriodicWork_fail()546 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testPeriodicWork_retry()
423 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testEnqueue_insertPeriodicWork()431 assertThat(workSpec.intervalDuration, is(PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS)); in testEnqueue_insertPeriodicWork()432 assertThat(workSpec.flexDuration, is(PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS)); in testEnqueue_insertPeriodicWork()453 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS, in testEnqueued_periodicWork_setsPeriodStartTime()
56 PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS + 1232L;