Searched refs:shouldCancelJob (Results 1 – 2 of 2) sorted by relevance
152 assertThat(mPeopleBackupFollowUpJob.shouldCancelJob( in testShouldCancelJob_noRemainingWidgets_shouldCancel()158 assertThat(mPeopleBackupFollowUpJob.shouldCancelJob( in testShouldCancelJob_noRemainingWidgets_longTimeElapsed_shouldCancel()166 assertThat(mPeopleBackupFollowUpJob.shouldCancelJob(remainingWidgets, 10, 1000)).isFalse(); in testShouldCancelJob_remainingWidgets_shortTimeElapsed_shouldNotCancel()173 assertThat(mPeopleBackupFollowUpJob.shouldCancelJob( in testShouldCancelJob_remainingWidgets_longTimeElapsed_shouldCancel()
123 if (shouldCancelJob(remainingWidgets, start, now)) { in onStartJob()166 public boolean shouldCancelJob(Map<String, Set<String>> remainingWidgets, in shouldCancelJob() method in PeopleBackupFollowUpJob