Home
last modified time | relevance | path

Searched refs:FACE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java143 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()
156 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()
170 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showBouncer()
188 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFace_noBypass_encrypted_doNothing()
201 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFaceOnBouncer_dismissBouncer()
214 BiometricSourceType.FACE); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
227 BiometricSourceType.FACE); in onBiometricAuthenticated_whenBypassOnBouncer_respectsCanPlaySubtleAnim()
241 BiometricSourceType.FACE); in onBiometricAuthenticated_whenFaceAndPulsing_dontDismissKeyguard()
253 BiometricSourceType.FACE); in onFinishedGoingToSleep_authenticatesWhenPending()
DNotificationPanelViewTest.java198 BiometricSourceType.FACE); in testKeyguardStatusBarVisibility_hiddenForBypass()
204 BiometricSourceType.FACE); in testKeyguardStatusBarVisibility_hiddenForBypass()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricSourceType.java27 FACE, enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java225 if (biometricSourceType == BiometricSourceType.FACE) { in onBiometricAcquired()
402 if (biometricSourceType == BiometricSourceType.FACE in calculateMode()
600 case FACE: in toSubtype()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java354 BiometricSourceType.FACE); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
368 "A message", BiometricSourceType.FACE); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
384 "A message", BiometricSourceType.FACE); in transientIndication_swipeUpToRetry()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java389 if (type == BiometricSourceType.FACE) {
769 mTrustManager.unlockedByBiometricForUser(userId, BiometricSourceType.FACE); in onFaceAuthenticated()
777 BiometricSourceType.FACE); in onFaceAuthenticated()
795 cb.onBiometricAuthFailed(BiometricSourceType.FACE); in handleFaceAuthFailed()
810 cb.onBiometricAcquired(BiometricSourceType.FACE); in handleFaceAcquired()
850 cb.onBiometricHelp(msgId, helpString, BiometricSourceType.FACE); in handleFaceHelp()
892 BiometricSourceType.FACE); in handleFaceError()
919 BiometricSourceType.FACE); in notifyFaceRunningStateChanged()
2440 mTrustManager.clearAllBiometricRecognized(BiometricSourceType.FACE); in clearBiometricRecognized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DBrightLineFalsingManager.java66 && biometricSourceType == BiometricSourceType.FACE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManagerImpl.java134 && biometricSourceType == BiometricSourceType.FACE) {
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java124 callback.onChanged(BiometricSourceType.FACE, true /* enabled */, in setup()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java523 callbacks.get(i).notify(BiometricSourceType.FACE, in notifyEnabledOnKeyguardCallbacks()
815 callback.onChanged(BiometricSourceType.FACE, in registerEnabledOnKeyguardCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java740 if (biometricSourceType == BiometricSourceType.FACE) in shouldSuppressBiometricError()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto2142 FACE = 1511; enumerator
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6265 FACE = 1511; enumerator