Searched defs:periodInDays (Results 1 – 8 of 8) sorted by relevance
40 val periodInDays = healthDataExportManager.getScheduledExportPeriodInDays() in invoke() constant
25 enum class ExportFrequency(val periodInDays: Int) { in <lambda>() constant in com.android.healthconnect.controller.exportimport.api.ExportFrequency
27 val periodInDays: Int constant in com.android.healthconnect.controller.exportimport.api.ScheduledExportUiState
74 String periodInDays = String.valueOf(settings.getPeriodInDays()); in configureNonNull() local121 String periodInDays = prefHelper.getPreference(EXPORT_PERIOD_PREFERENCE_KEY); in getScheduledExportStatus() local
135 val periodInDays = scheduledExportUiState.periodInDays in <lambda>() constant
49 int periodInDays = ExportImportSettingsStorage.getScheduledExportPeriodInDays(); in schedulePeriodicExportJob() local
59 int periodInDays) { in ScheduledExportStatus()
109 private ScheduledExportSettings(@Nullable Uri uri, int periodInDays) { in ScheduledExportSettings()