Searched refs:isWeatherVisible (Results 1 – 5 of 5) sorted by relevance
59 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue() constant68 assertThat(isWeatherVisible).isEqualTo(true) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue()74 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse() constant82 assertThat(isWeatherVisible).isEqualTo(false) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse()88 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse() constant97 assertThat(isWeatherVisible).isEqualTo(false) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse()
61 val isWeatherVisible: StateFlow<Boolean> = in <lambda>() constant66 isWeatherVisible( in <lambda>()75 isWeatherVisible( in <lambda>()82 private fun isWeatherVisible( in <lambda>() method
163 val isVisible by keyguardSmartspaceViewModel.isWeatherVisible.collectAsStateWithLifecycle() in <lambda>()
199 when (keyguardSmartspaceViewModel.isWeatherVisible.value) { in updateVisibility()
94 whenever(keyguardSmartspaceViewModel.isWeatherVisible).thenReturn(isWeatherVisibleFlow) in setup()