Searched refs:newLatestRuntimeElapsed (Results 1 – 1 of 1) sorted by relevance
1657 final long newLatestRuntimeElapsed; in getRescheduleJobForPeriodic() local1690 newLatestRuntimeElapsed = latestRunTimeElapsed + (period * numSkippedWindows); in getRescheduleJobForPeriodic()1692 newLatestRuntimeElapsed = latestRunTimeElapsed + period; in getRescheduleJobForPeriodic()1700 if (newLatestRuntimeElapsed < elapsedNow) { in getRescheduleJobForPeriodic()1702 + newLatestRuntimeElapsed); in getRescheduleJobForPeriodic()1710 final long newEarliestRunTimeElapsed = newLatestRuntimeElapsed in getRescheduleJobForPeriodic()1715 newEarliestRunTimeElapsed / 1000 + ", " + newLatestRuntimeElapsed / 1000 in getRescheduleJobForPeriodic()1719 newEarliestRunTimeElapsed, newLatestRuntimeElapsed, in getRescheduleJobForPeriodic()