Searched defs:isWeatherEnabled (Results 1 – 5 of 5) sorted by relevance
45 private val isWeatherEnabled: StateFlow<Boolean> = smartspaceInteractor.isWeatherEnabled in <lambda>() constant65 ) { isWeatherEnabled, clockIncludesCustomWeatherDisplay -> in <lambda>() method
39 val isWeatherEnabled: StateFlow<Boolean> constant54 override val isWeatherEnabled: StateFlow<Boolean> = in setBcSmartspaceVisibility() constant
31 val isWeatherEnabled: StateFlow<Boolean> = keyguardSmartspaceRepository.isWeatherEnabled constant in com.android.systemui.keyguard.domain.interactor.KeyguardSmartspaceInteractor
28 override val isWeatherEnabled: StateFlow<Boolean> = _isWeatherEnabled constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSmartspaceRepository
319 fun isWeatherEnabled(): Boolean { in <lambda>() method