Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2647 JobStatus throttledJob = createJobStatus( in testStartAlarmScheduled_JobCount_RateLimitingWindow() local
2649 setStandbyBucket(WORKING_INDEX, throttledJob); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
2650 mQuotaController.maybeStartTrackingJobLocked(throttledJob, null); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
2651 assertFalse(throttledJob.isConstraintSatisfied(JobStatus.CONSTRAINT_WITHIN_QUOTA)); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
2704 JobStatus throttledJob = createJobStatus( in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow() local
2706 mQuotaController.maybeStartTrackingJobLocked(throttledJob, null); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()
2707 assertFalse(throttledJob.isConstraintSatisfied(JobStatus.CONSTRAINT_WITHIN_QUOTA)); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()
2709 throttledJob.getWhenStandbyDeferred()); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()