Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt65 override fun shouldKeyguardHideImmediately() = false in shouldKeyguardHideImmediately() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java251 boolean shouldKeyguardHideImmediately(); in shouldKeyguardHideImmediately() method
DStatusBarKeyguardViewManager.java1311 boolean hideImmediately = mCentralSurfaces.shouldKeyguardHideImmediately(); in onBackPressed()
DCentralSurfacesImpl.java2345 public boolean shouldKeyguardHideImmediately() { in shouldKeyguardHideImmediately() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java621 when(mCentralSurfaces.shouldKeyguardHideImmediately()).thenReturn(true); in testPredictiveBackCallback_invocationHidesBouncer()