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.java4792 JobStatus throttledJob = createJobStatus( in testStartAlarmScheduled_JobCount_RateLimitingWindow() local
4794 setStandbyBucket(WORKING_INDEX, throttledJob); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
4796 mQuotaController.maybeStartTrackingJobLocked(throttledJob, null); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
4798 assertFalse(throttledJob.isConstraintSatisfied(JobStatus.CONSTRAINT_WITHIN_QUOTA)); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
4863 JobStatus throttledJob = createJobStatus( in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow() local
4866 mQuotaController.maybeStartTrackingJobLocked(throttledJob, null); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()
4868 assertFalse(throttledJob.isConstraintSatisfied(JobStatus.CONSTRAINT_WITHIN_QUOTA)); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()
4870 throttledJob.getWhenStandbyDeferred()); in testStartAlarmScheduled_TimingSessionCount_RateLimitingWindow()