Home
last modified time | relevance | path

Searched defs:bypassEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java193 private void testKeyguard_bypass_haptics(boolean bypassEnabled, boolean faceAccepted, in testKeyguard_bypass_haptics()
522 private void testKeyguard_faceAuthOnly(boolean bypassEnabled) { in testKeyguard_faceAuthOnly()
548 private void testKeyguard_coex_faceError(boolean bypassEnabled) { in testKeyguard_coex_faceError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt78 var bypassEnabled: Boolean = false in isBypassEnabled() variable in com.android.systemui.statusbar.phone.KeyguardBypassController
DKeyguardClockPositionAlgorithm.java176 float overStrechAmount, boolean bypassEnabled, int unlockedStackScrollerPadding, in setup()