Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/api/
DExportStatusViewModel.kt34 private val _storedScheduledExportStatus = MutableLiveData<ScheduledExportUiStatus>() constant in com.android.healthconnect.controller.exportimport.api.ExportStatusViewModel
38 get() = _storedScheduledExportStatus
47 _storedScheduledExportStatus.postValue(ScheduledExportUiStatus.Loading) in loadScheduledExportStatus()
51 _storedScheduledExportStatus.postValue( in loadScheduledExportStatus()
55 _storedScheduledExportStatus.postValue(ScheduledExportUiStatus.LoadingFailed) in loadScheduledExportStatus()