Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerComponent.java38 KeyguardRootViewController getKeyguardRootViewController(); in getKeyguardRootViewController() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java123 when(mKeyguardBouncerComponent.getKeyguardRootViewController()) in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java473 mRootViewController = component.getKeyguardRootViewController(); in inflateView()