Home
last modified time | relevance | path

Searched refs:shouldCancelJob (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleBackupFollowUpJobTest.java152 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleBackupFollowUpJob.java123 if (shouldCancelJob(remainingWidgets, start, now)) { in onStartJob()
166 public boolean shouldCancelJob(Map<String, Set<String>> remainingWidgets, in shouldCancelJob() method in PeopleBackupFollowUpJob