Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java147 public long executionTimeInMaxPeriodMs; field in QuotaController.ExecutionStats
203 + "executionTimeInMaxPeriod=" + executionTimeInMaxPeriodMs + ", " in toString()
225 && this.executionTimeInMaxPeriodMs == other.executionTimeInMaxPeriodMs in equals()
251 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
972 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs);
1060 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs;
1256 stats.executionTimeInMaxPeriodMs = 0;
1378 stats.executionTimeInMaxPeriodMs +=
1395 startMaxElapsed + stats.executionTimeInMaxPeriodMs
1822 && stats.executionTimeInMaxPeriodMs < mMaxExecutionTimeMs
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java667 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
680 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
694 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
708 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
721 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
736 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
752 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
767 expectedStats.executionTimeInMaxPeriodMs = 22 * MINUTE_IN_MILLIS; in testUpdateExecutionStatsLocked_NoTimer()
904 expectedStats.executionTimeInMaxPeriodMs += 10000; in testUpdateExecutionStatsLocked_WithTimer()
1029 expectedStats.executionTimeInMaxPeriodMs = MINUTE_IN_MILLIS; in testGetExecutionStatsLocked_Values_BeginningOfTime()
[all …]