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.java681 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
694 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
708 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
722 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
735 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
750 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
766 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
781 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
798 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
818 expectedStats.bgJobCountInMaxPeriod = 18; in testUpdateExecutionStatsLocked_NoTimer()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java151 public int bgJobCountInMaxPeriod; field in QuotaController.ExecutionStats
207 + "bgJobCountInMaxPeriod=" + bgJobCountInMaxPeriod + ", " in toString()
230 && this.bgJobCountInMaxPeriod == other.bgJobCountInMaxPeriod in equals()
255 result = 31 * result + bgJobCountInMaxPeriod; in hashCode()
1284 stats.bgJobCountInMaxPeriod = 0; in updateExecutionStatsLocked()
1302 stats.bgJobCountInWindow = stats.bgJobCountInMaxPeriod = timer.getBgJobCount(); in updateExecutionStatsLocked()
1407 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
1418 stats.bgJobCountInMaxPeriod += session.bgJobCount; in updateExecutionStatsLocked()
4805 es.bgJobCountInMaxPeriod); in dumpControllerStateLocked()