Searched refs:setIsWeatherEnabled (Results 1 – 2 of 2) sorted by relevance
64 keyguardSmartspaceRepository.setIsWeatherEnabled(true) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue()78 keyguardSmartspaceRepository.setIsWeatherEnabled(true) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse()93 keyguardSmartspaceRepository.setIsWeatherEnabled(false) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse()
34 fun setIsWeatherEnabled(isEnabled: Boolean) { in setIsWeatherEnabled() method