Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java1949 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_UnderDuration_OverJobCount() local
1953 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_UnderDuration_OverJobCount()
1956 mQuotaController.incrementJobCountLocked(0, "com.android.test.spam", jobCount); in testIsWithinQuotaLocked_UnderDuration_OverJobCount()
1992 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_OverDuration_OverJobCount() local
1996 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_OverDuration_OverJobCount()
1999 mQuotaController.incrementJobCountLocked(0, "com.android.test", jobCount); in testIsWithinQuotaLocked_OverDuration_OverJobCount()
2173 final int jobCount = mQcConstants.MAX_JOB_COUNT_PER_RATE_LIMITING_WINDOW; in testIsWithinQuotaLocked_UserInitiated() local
2177 createTimingSession(now - (5 * MINUTE_IN_MILLIS), 3 * MINUTE_IN_MILLIS, jobCount), in testIsWithinQuotaLocked_UserInitiated()
2182 mQuotaController.incrementJobCountLocked(SOURCE_USER_ID, SOURCE_PACKAGE, jobCount); in testIsWithinQuotaLocked_UserInitiated()