Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPresentationTest.java59 private KeyguardStatusViewComponent mKeyguardStatusViewComponent; field in KeyguardPresentationTest
73 .thenReturn(mKeyguardStatusViewComponent); in setUp()
74 when(mKeyguardStatusViewComponent.getKeyguardClockSwitchController()) in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java245 @Mock protected KeyguardStatusViewComponent mKeyguardStatusViewComponent; field in NotificationPanelViewControllerBaseTest
541 .thenReturn(mKeyguardStatusViewComponent); in setup()
542 when(mKeyguardStatusViewComponent.getKeyguardClockSwitchController()) in setup()
544 when(mKeyguardStatusViewComponent.getKeyguardStatusViewController()) in setup()