Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java240 @Mock protected KeyguardQsUserSwitchComponent mKeyguardQsUserSwitchComponent; field in NotificationPanelViewControllerBaseTest
440 .thenReturn(mKeyguardQsUserSwitchComponent); in setup()
441 when(mKeyguardQsUserSwitchComponent.getKeyguardQsUserSwitchController()) in setup()