Searched refs:latestReportTimeInBatch (Results 1 – 1 of 1) sorted by relevance
162 long latestReportTimeInBatch = latestReportTimeInBatchOpt.get(); in scheduleIfNeeded() local172 getNextExecutionTime(forceSchedule, latestReportTimeInBatch, minExecutionWindowEnd); in scheduleIfNeeded()176 scheduledJob, nextScheduledExecution, latestReportTimeInBatch)) { in scheduleIfNeeded()178 saveNextExecution(context, latestReportTimeInBatch); in scheduleIfNeeded()184 boolean forceSchedule, long latestReportTimeInBatch, long minExecutionWindowEnd) { in getNextExecutionTime() argument186 ? latestReportTimeInBatch in getNextExecutionTime()187 : Math.max(minExecutionWindowEnd, latestReportTimeInBatch); in getNextExecutionTime()190 private static void saveNextExecution(Context context, Long latestReportTimeInBatch) { in saveNextExecution() argument192 datastoreManager.runInTransaction(getSaveNextExecutionConsumer(latestReportTimeInBatch)); in saveNextExecution()196 Long latestReportTimeInBatch) { in getSaveNextExecutionConsumer() argument[all …]