Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java481 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
492 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
504 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
516 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
527 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
540 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
554 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
567 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
582 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
600 expectedStats.bgJobCountInMaxPeriod = 18; in testUpdateExecutionStatsLocked_NoTimer()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java187 public int bgJobCountInMaxPeriod; field in QuotaController.ExecutionStats
241 + "bgJobCountInMaxPeriod=" + bgJobCountInMaxPeriod + ", " in toString()
263 && this.bgJobCountInMaxPeriod == other.bgJobCountInMaxPeriod in equals()
287 result = 31 * result + bgJobCountInMaxPeriod; in hashCode()
865 stats.bgJobCountInMaxPeriod = 0; in updateExecutionStatsLocked()
882 stats.bgJobCountInWindow = stats.bgJobCountInMaxPeriod = timer.getBgJobCount(); in updateExecutionStatsLocked()
959 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
970 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
2868 es.bgJobCountInMaxPeriod); in dumpControllerStateLocked()