Searched refs:dataSourcesInfo (Results 1 – 4 of 4) sorted by relevance
164 dataSourcesInfo -> in <lambda>() method165 if (dataSourcesInfo.isLoading()) { in <lambda>()167 } else if (dataSourcesInfo.isLoadingFailed()) { in <lambda>()170 } else if (dataSourcesInfo.isWithData()) { in <lambda>()174 (dataSourcesInfo.priorityListState as PriorityListState.WithData).priorityList in <lambda>()176 (dataSourcesInfo.potentialAppSourcesState as PotentialAppSourcesState.WithData) in <lambda>()179 (dataSourcesInfo.aggregationCardsState as AggregationCardsState.WithData) in <lambda>()
60 dataSourcesViewModel.dataSourcesInfo.observe(viewLifecycleOwner) { dataSourcesInfoState -> in <lambda>()
75 val dataSourcesInfo: LiveData<DataSourcesInfo> in <lambda>() constant in com.android.healthconnect.controller.datasources.DataSourcesViewModel
82 whenever(dataSourcesViewModel.dataSourcesInfo).then { in fragmentIsDisplayed()105 whenever(dataSourcesViewModel.dataSourcesInfo).then { in showsLoading_whenAppSourcesLoading()119 whenever(dataSourcesViewModel.dataSourcesInfo).then { in showsError_whenAppSourcesError()134 whenever(dataSourcesViewModel.dataSourcesInfo).then { in addAnApp_navigatesBackToDataSourcesFragment()