Searched refs:isWeatherEnabled (Results 1 – 3 of 3) sorted by relevance
210 when(mSmartspaceController.isWeatherEnabled()).thenReturn(true); in testChangeLockscreenWeatherEnabledSetsWeatherViewVisible()231 when(mSmartspaceController.isWeatherEnabled()).thenReturn(true); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()
274 fun isWeatherEnabled(): Boolean { regex
568 mSmartspaceController.isWeatherEnabled() ? View.VISIBLE : View.GONE); in setWeatherVisibility()