Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewComponent.java44 KeyguardStatusViewController getKeyguardStatusViewController(); in getKeyguardStatusViewController() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt272 val controller = statusViewComponent.getKeyguardStatusViewController()
286 fun getKeyguardStatusViewController() = keyguardStatusViewController regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java544 when(mKeyguardStatusViewComponent.getKeyguardStatusViewController()) in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1237 mKeyguardViewConfigurator.getKeyguardStatusViewController(); in updateViewControllers()
1243 mKeyguardStatusViewController = statusViewComponent.getKeyguardStatusViewController(); in updateViewControllers()