Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DPrefetchControllerTest.java87 private static final long DEFAULT_WAIT_MS = 3000; field in PrefetchControllerTest
281 inOrder.verify(mAlarmManager, timeout(DEFAULT_WAIT_MS).times(1)) in testConstantsUpdating_ThresholdChangesAlarms()
303 verify(mUsageStatsManagerInternal, timeout(DEFAULT_WAIT_MS)) in testConstraintNotSatisfiedWhenLaunchLate()
318 verify(mUsageStatsManagerInternal, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenLaunchSoon()
340 verify(mUsageStatsManagerInternal, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenTop()
342 inOrder.verify(mJobSchedulerService, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenTop()
350 inOrder.verify(mJobSchedulerService, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenTop()
358 inOrder.verify(mJobSchedulerService, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenTop()
384 verify(mUsageStatsManagerInternal, timeout(DEFAULT_WAIT_MS)) in testConstraintSatisfiedWhenWidget()
419 verify(mAlarmManager, timeout(DEFAULT_WAIT_MS).times(1)) in testEstimatedLaunchTimeChangedToLate()
[all …]