Home
last modified time | relevance | path

Searched refs:_storedExportSettings (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/api/
DExportSettingsViewModel.kt39 private val _storedExportSettings = MutableLiveData<ExportSettings>() constant
46 get() = _storedExportSettings
68 _storedExportSettings.postValue(ExportSettings.Loading) in loadExportSettings()
72 _storedExportSettings.postValue(ExportSettings.WithData(result.data)) in loadExportSettings()
75 _storedExportSettings.postValue(ExportSettings.LoadingFailed) in loadExportSettings()
139 _storedExportSettings.postValue(ExportSettings.WithData(frequency)) in updateExportSettings()
143 _storedExportSettings.postValue(ExportSettings.LoadingFailed) in updateExportSettings()