Home
last modified time | relevance | path

Searched refs:isWeatherEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java210 when(mSmartspaceController.isWeatherEnabled()).thenReturn(true); in testChangeLockscreenWeatherEnabledSetsWeatherViewVisible()
231 when(mSmartspaceController.isWeatherEnabled()).thenReturn(true); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt274 fun isWeatherEnabled(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java568 mSmartspaceController.isWeatherEnabled() ? View.VISIBLE : View.GONE); in setWeatherVisibility()