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.java477 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
488 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
500 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
512 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
523 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
536 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
550 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
563 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
578 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
596 expectedStats.bgJobCountInMaxPeriod = 18; in testUpdateExecutionStatsLocked_NoTimer()
[all …]
/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java269 public int bgJobCountInMaxPeriod; field in QuotaController.ExecutionStats
323 + "bgJobCountInMaxPeriod=" + bgJobCountInMaxPeriod + ", " in toString()
344 && this.bgJobCountInMaxPeriod == other.bgJobCountInMaxPeriod in equals()
368 result = 31 * result + bgJobCountInMaxPeriod; in hashCode()
974 stats.bgJobCountInMaxPeriod = 0; in updateExecutionStatsLocked()
984 stats.bgJobCountInWindow = stats.bgJobCountInMaxPeriod = timer.getBgJobCount(); in updateExecutionStatsLocked()
1057 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
1068 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
2762 es.bgJobCountInMaxPeriod); in dumpControllerStateLocked()