Searched refs:throttledJob (Results 1 – 1 of 1) sorted by relevance
2647 JobStatus throttledJob = createJobStatus( in testStartAlarmScheduled_JobCount_RateLimitingWindow() local2649 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() local2706 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()