Home
last modified time | relevance | path

Searched defs:isWeatherVisible (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelTest.kt59 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue() constant
74 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse() constant
88 val isWeatherVisible by collectLastValue(underTest.isWeatherVisible) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModel.kt61 val isWeatherVisible: StateFlow<Boolean> = in <lambda>() constant
82 private fun isWeatherVisible( in <lambda>() method