Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java150 public long executionTimeInMaxPeriodMs; field in QuotaController.ExecutionStats
206 + "executionTimeInMaxPeriod=" + executionTimeInMaxPeriodMs + ", " in toString()
228 && this.executionTimeInMaxPeriodMs == other.executionTimeInMaxPeriodMs in equals()
254 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
999 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs); in getRemainingExecutionTimeLocked()
1087 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs; in getTimeUntilQuotaConsumedLocked()
1283 stats.executionTimeInMaxPeriodMs = 0; in updateExecutionStatsLocked()
1301 stats.executionTimeInMaxPeriodMs = timer.getCurrentDuration(nowElapsed); in updateExecutionStatsLocked()
1310 if (stats.executionTimeInMaxPeriodMs >= mMaxExecutionTimeIntoQuotaMs) { in updateExecutionStatsLocked()
1405 stats.executionTimeInMaxPeriodMs += in updateExecutionStatsLocked()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java680 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
693 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
707 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
721 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
734 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
749 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
765 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
780 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
797 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
817 expectedStats.executionTimeInMaxPeriodMs = 23 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
[all …]