Home
last modified time | relevance | path

Searched defs:shouldDelayKeyguardShow (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScreenOffAnimationController.kt120 fun shouldDelayKeyguardShow(): Boolean = regex
225 fun shouldDelayKeyguardShow(): Boolean = false regex
H A DDozeParameters.java329 public boolean shouldDelayKeyguardShow() { in shouldDelayKeyguardShow() method in DozeParameters