Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
H A DKeyguardLogger.kt162 fun notShowingUnlockRipple(keyguardNotShowing: Boolean, unlockNotAllowed: Boolean) {
167 bool1 = keyguardNotShowing
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt147 val keyguardNotShowing = !keyguardStateController.isShowing regex
150 if (keyguardNotShowing || unlockNotAllowed) {
151 logger.notShowingUnlockRipple(keyguardNotShowing, unlockNotAllowed)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProviderTest.java388 public void keyguardNotShowing() { in keyguardNotShowing() method in KeyguardNotificationVisibilityProviderTest