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
129 int periodInDays, in ScheduledExportStatus()289 public Builder setPeriodInDays(int periodInDays) { in setPeriodInDays()
72 private ScheduledExportSettings(@Nullable Uri uri, int periodInDays) { in ScheduledExportSettings()
212 val periodInDays = scheduledExportUiState.periodInDays in <lambda>() constant
118 String periodInDays = String.valueOf(settings.getPeriodInDays()); in configureNonNull() local190 String periodInDays = mPreferenceHelper.getPreference(EXPORT_PERIOD_PREFERENCE_KEY); in getScheduledExportStatus() local
79 int periodInDays = exportImportSettingsStorage.getScheduledExportPeriodInDays(); in schedulePeriodicExportJob() local