Searched refs:isShowingDialog (Results 1 – 3 of 3) sorted by relevance
238 val dialogJob = launch { underTest.isShowingDialog.collect { dialog = it } } in <lambda>()274 val dialogJob = launch { underTest.isShowingDialog.collect { dialog = it } } in <lambda>()312 val dialogJob = launch { underTest.isShowingDialog.collect { dialog = it } } in <lambda>()
117 viewModel.isShowingDialog.collectLatest { in <lambda>()
81 val isShowingDialog = in <lambda>() constant