Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java348 @Mock protected Lazy<NotificationPanelViewController> mNotificationPanelViewControllerLazy; field in NotificationPanelViewControllerBaseTest
690 when(mNotificationPanelViewControllerLazy.get()) in setup()
693 mNotificationPanelViewControllerLazy, in setup()