Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java650 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
663 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
677 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
691 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
704 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
719 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
735 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
750 expectedStats.bgJobCountInMaxPeriod = 15; in testUpdateExecutionStatsLocked_NoTimer()
886 expectedStats.bgJobCountInMaxPeriod++; in testUpdateExecutionStatsLocked_WithTimer()
1008 expectedStats.bgJobCountInMaxPeriod = 2; in testGetExecutionStatsLocked_Values_BeginningOfTime()
[all …]
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java195 public int bgJobCountInMaxPeriod; field in QuotaController.ExecutionStats
249 + "bgJobCountInMaxPeriod=" + bgJobCountInMaxPeriod + ", " in toString()
271 && this.bgJobCountInMaxPeriod == other.bgJobCountInMaxPeriod in equals()
295 result = 31 * result + bgJobCountInMaxPeriod; in hashCode()
1228 stats.bgJobCountInMaxPeriod = 0;
1245 stats.bgJobCountInWindow = stats.bgJobCountInMaxPeriod = timer.getBgJobCount();
1322 stats.bgJobCountInMaxPeriod += session.bgJobCount;
1333 stats.bgJobCountInMaxPeriod += session.bgJobCount;
4380 es.bgJobCountInMaxPeriod);