Searched refs:storedImportStatus (Results 1 – 4 of 4) sorted by relevance
86 whenever(importStatusViewModel.storedImportStatus).then { in setup()227 whenever(importStatusViewModel.storedImportStatus).then { in backupAndRestoreSettingsFragment_whenImportErrorIsWrongFileError_showsImportErrorBanner()250 whenever(importStatusViewModel.storedImportStatus).then { in backupAndRestoreSettingsFragment_whenImportErrorIsNotWrongFileError_doesNotShowImportErrorBanner()
38 val storedImportStatus: LiveData<ImportUiStatus> constant in com.android.healthconnect.controller.exportimport.api.ImportStatusViewModel
67 viewModel.storedImportStatus.observeForever(testObserver) in <lambda>()
108 importStatusViewModel.storedImportStatus.observe(viewLifecycleOwner) { importUiStatus -> in <lambda>()