Searched refs:latestReportTimeInBatchOpt (Results 1 – 1 of 1) sorted by relevance
155 Optional<Long> latestReportTimeInBatchOpt = getLastReportTimeInBatch(context, flags); in scheduleIfNeeded() local156 if (latestReportTimeInBatchOpt.isEmpty()) { in scheduleIfNeeded()162 long latestReportTimeInBatch = latestReportTimeInBatchOpt.get(); in scheduleIfNeeded()