Searched refs:lastExportTime (Results 1 – 2 of 2) sorted by relevance
119 String lastExportTime = prefHelper.getPreference(LAST_SUCCESSFUL_EXPORT_PREFERENCE_KEY); in getScheduledExportStatus() local124 lastExportTime == null in getScheduledExportStatus()126 : Instant.ofEpochMilli(Long.parseLong(lastExportTime)), in getScheduledExportStatus()
183 val lastExportTime = in <lambda>() constant188 ExportStatusPreference(requireContext(), lastExportTime).also { in <lambda>()