Searched defs:isWeatherVisible (Results 1 – 2 of 2) sorted by relevance
59 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue() constant74 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse() constant88 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse() constant
61 val isWeatherVisible: StateFlow<Boolean> = in <lambda>() constant82 private fun isWeatherVisible( in <lambda>() method