Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java247 @Mock protected KeyguardStatusBarViewComponent mKeyguardStatusBarViewComponent; field in NotificationPanelViewControllerBaseTest
547 .thenReturn(mKeyguardStatusBarViewComponent); in setup()
548 when(mKeyguardStatusBarViewComponent.getKeyguardStatusBarViewController()) in setup()