Searched refs:nextScheduledExecution (Results 1 – 1 of 1) sorted by relevance
164 Long nextScheduledExecution = getNextScheduledExecution(context); in scheduleIfNeeded() local176 scheduledJob, nextScheduledExecution, latestReportTimeInBatch)) { in scheduleIfNeeded()198 KeyValueData nextScheduledExecution = in getSaveNextExecutionConsumer()201 nextScheduledExecution.setReportingJobNextExecutionTime(latestReportTimeInBatch); in getSaveNextExecutionConsumer()202 measurementDao.insertOrUpdateKeyValueData(nextScheduledExecution); in getSaveNextExecutionConsumer()207 JobInfo scheduledJob, Long nextScheduledExecution, long latestReportTimeInBatch) { in isNextReportScheduled() argument209 && nextScheduledExecution != null in isNextReportScheduled()210 && nextScheduledExecution == latestReportTimeInBatch; in isNextReportScheduled()