Searched refs:getCumulativeExecutionTimeMs (Results 1 – 4 of 4) sorted by relevance
530 1234567890, loaded.getCumulativeExecutionTimeMs()); in testCumulativeExecutionTimePersisted()872 assertEquals(expected.getCumulativeExecutionTimeMs(), in assertJobsEqual()873 actual.getCumulativeExecutionTimeMs()); in assertJobsEqual()
270 job.getCumulativeExecutionTimeMs()); in getRtcCorrectedJobsLocked()867 jobStatus.getCumulativeExecutionTimeMs());
2850 failureToReschedule.getCumulativeExecutionTimeMs());2855 if (newJob.getCumulativeExecutionTimeMs() >= mConstants.RUNTIME_CUMULATIVE_UI_LIMIT_MS
730 jobStatus.getCumulativeExecutionTimeMs(), in JobStatus()1534 public long getCumulativeExecutionTimeMs() { in getCumulativeExecutionTimeMs() method in JobStatus