Searched refs:jobCountInRateLimitingWindow (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
D | QuotaController.java | 298 public int jobCountInRateLimitingWindow; field in QuotaController.ExecutionStats 327 + "jobCountInRateLimitingWindow=" + jobCountInRateLimitingWindow + ", " in toString() 348 && this.jobCountInRateLimitingWindow == other.jobCountInRateLimitingWindow in equals() 372 result = 31 * result + jobCountInRateLimitingWindow; in hashCode() 789 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked() 1131 stats.jobCountInRateLimitingWindow = 0; in incrementJobCount() 1133 stats.jobCountInRateLimitingWindow += count; in incrementJobCount() 2774 es.jobCountInRateLimitingWindow); in dumpControllerStateLocked()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 1222 SOURCE_USER_ID, SOURCE_PACKAGE, ACTIVE_INDEX).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_BelowFGS() 1293 SOURCE_USER_ID, fgChangerPkgName, i).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() 1295 SOURCE_USER_ID, unaffectedPkgName, i).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() 1647 stats.jobCountInRateLimitingWindow = in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow() 2216 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Foreground() 2228 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Foreground() 2244 assertEquals(0, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Background() 2255 assertEquals(2, stats.jobCountInRateLimitingWindow); in testTimerTracking_JobCount_Background()
|