Home
last modified time | relevance | path

Searched refs:mNotificationShadeWindowViewControllerLazy (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java280 mNotificationShadeWindowViewControllerLazy; field in CentralSurfacesImplTest
433 when(mNotificationShadeWindowViewControllerLazy.get()) in setup()
516 mNotificationShadeWindowViewControllerLazy, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java459 mNotificationShadeWindowViewControllerLazy; field in CentralSurfacesImpl
832 mNotificationShadeWindowViewControllerLazy = notificationShadeWindowViewControllerLazy; in CentralSurfacesImpl()
1628 return mNotificationShadeWindowViewControllerLazy.get(); in getNotificationShadeWindowViewController()