Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java167 float dark, float overStretchAmount, boolean bypassEnabled, in setup()