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