Home
last modified time | relevance | path

Searched refs:buildAndConnectWeatherView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/smartspace/
H A DDreamSmartspaceControllerTest.kt213 val weatherView = controller.buildAndConnectWeatherView(fakeParent, customView)
240 checkNotNull(controller.buildAndConnectWeatherView(fakeParent, customView))
263 checkNotNull(controller.buildAndConnectWeatherView(fakeParent, customView))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt134 fun buildAndConnectWeatherView(parent: ViewGroup, customView: View?): View? { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java162 when(mSmartspaceController.buildAndConnectWeatherView(any())).thenReturn(mFakeWeatherView); in setup()
H A DKeyguardClockSwitchControllerTest.java133 verify(mSmartspaceController, times(2)).buildAndConnectWeatherView(mView); in onLocaleListChanged_rebuildsSmartspaceViews_whenDecouplingEnabled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt269 controller.buildAndConnectWeatherView(fakeParent)
869 val weatherView = controller.buildAndConnectWeatherView(fakeParent)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt312 fun buildAndConnectWeatherView(parent: ViewGroup): View? { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java355 mWeatherView = mSmartspaceController.buildAndConnectWeatherView(mView); in addWeatherView()