Searched refs:jobCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 1993 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_UnderDuration_OverJobCountRateLimitWindow() local 1997 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_UnderDuration_OverJobCountRateLimitWindow() 2000 mQuotaController.incrementJobCountLocked(0, "com.android.test.spam", jobCount); in testIsWithinQuotaLocked_UnderDuration_OverJobCountRateLimitWindow() 2036 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_OverDuration_OverJobCountRateLimitWindow() local 2040 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_OverDuration_OverJobCountRateLimitWindow() 2043 mQuotaController.incrementJobCountLocked(0, "com.android.test", jobCount); in testIsWithinQuotaLocked_OverDuration_OverJobCountRateLimitWindow() 2285 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_UserInitiated() local 2289 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_UserInitiated() 2294 mQuotaController.incrementJobCountLocked(SOURCE_USER_ID, SOURCE_PACKAGE, jobCount); in testIsWithinQuotaLocked_UserInitiated()
|