Searched refs:_storedScheduledExportStatus (Results 1 – 1 of 1) sorted by relevance
34 private val _storedScheduledExportStatus = MutableLiveData<ScheduledExportUiStatus>() constant in com.android.healthconnect.controller.exportimport.api.ExportStatusViewModel38 get() = _storedScheduledExportStatus47 _storedScheduledExportStatus.postValue(ScheduledExportUiStatus.Loading) in loadScheduledExportStatus()51 _storedScheduledExportStatus.postValue( in loadScheduledExportStatus()55 _storedScheduledExportStatus.postValue(ScheduledExportUiStatus.LoadingFailed) in loadScheduledExportStatus()