Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingJobService.java162 long latestReportTimeInBatch = latestReportTimeInBatchOpt.get(); in scheduleIfNeeded() local
172 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() argument
186 ? latestReportTimeInBatch in getNextExecutionTime()
187 : Math.max(minExecutionWindowEnd, latestReportTimeInBatch); in getNextExecutionTime()
190 private static void saveNextExecution(Context context, Long latestReportTimeInBatch) { in saveNextExecution() argument
192 datastoreManager.runInTransaction(getSaveNextExecutionConsumer(latestReportTimeInBatch)); in saveNextExecution()
196 Long latestReportTimeInBatch) { in getSaveNextExecutionConsumer() argument
[all …]