Searched refs:exportFrequency (Results 1 – 3 of 3) sorted by relevance
29 private var exportFrequency: ExportFrequency, in <lambda>() variable49 when (exportFrequency) { in <lambda>()61 exportFrequency = ExportFrequency.EXPORT_FREQUENCY_DAILY in <lambda>()65 exportFrequency = ExportFrequency.EXPORT_FREQUENCY_WEEKLY in <lambda>()69 exportFrequency = ExportFrequency.EXPORT_FREQUENCY_MONTHLY in <lambda>()
61 exportFrequency: ExportFrequency? -> in <lambda>() method62 when (exportFrequency) { in <lambda>()
445 private var exportFrequency = EXPORT_FREQUENCY_NEVER variable in com.android.healthconnect.controller.tests.utils.di.FakeLoadExportSettingsUseCase448 return ExportImportUseCaseResult.Success(exportFrequency) in invoke()452 this.exportFrequency = frequency in updateExportFrequency()456 this.exportFrequency = EXPORT_FREQUENCY_NEVER in reset()