Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardDisplayManagerTest.java63 private KeyguardDisplayManager.KeyguardPresentation mKeyguardPresentation; field in KeyguardDisplayManagerTest
81 doReturn(mKeyguardPresentation).when(mManager).createPresentation(any()); in setUp()