Searched refs:jobCountInRateLimitingWindow (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | QuotaController.java | 181 public int jobCountInRateLimitingWindow; field in QuotaController.ExecutionStats 211 + "rateLimitJobCountWindow=" + jobCountInRateLimitingWindow + ", " in toString() 234 && this.jobCountInRateLimitingWindow == other.jobCountInRateLimitingWindow in equals() 259 result = 31 * result + jobCountInRateLimitingWindow; in hashCode() 956 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked() 1483 stats.jobCountInRateLimitingWindow = 0; in incrementJobCountLocked() 1485 stats.jobCountInRateLimitingWindow += count; in incrementJobCountLocked() 4817 es.jobCountInRateLimitingWindow); in dumpControllerStateLocked()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 2089 SOURCE_USER_ID, SOURCE_PACKAGE, ACTIVE_INDEX).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_BelowFGS() 2171 SOURCE_USER_ID, fgChangerPkgName, i).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() 2173 SOURCE_USER_ID, unaffectedPkgName, i).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() 3357 stats.jobCountInRateLimitingWindow = in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow() 4263 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Foreground() 4283 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Foreground() 4302 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Background() 4321 assertEquals(2, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Background()
|