Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java242 private KeyguardStatusViewComponent mKeyguardStatusViewComponent; field in NotificationPanelViewControllerTest
391 .thenReturn(mKeyguardStatusViewComponent); in setup()
392 when(mKeyguardStatusViewComponent.getKeyguardClockSwitchController()) in setup()
394 when(mKeyguardStatusViewComponent.getKeyguardStatusViewController()) in setup()