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.java193 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()
211 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()
230 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showBouncer()
250 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFace_noBypass_encrypted_doNothing()
266 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFaceOnBouncer_dismissBouncer()
284 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
299 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenBypassOnBouncer_respectsCanPlaySubtleAnim()
315 BiometricSourceType.FACE, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFaceAndPulsing_dontDismissKeyguard()
333 BiometricSourceType.FACE, true /* isStrongBiometric */); in onFinishedGoingToSleep_authenticatesWhenPending()
DNotificationPanelViewTest.java313 true, BiometricSourceType.FACE); in testKeyguardStatusBarVisibility_hiddenForBypass()
319 true, BiometricSourceType.FACE); in testKeyguardStatusBarVisibility_hiddenForBypass()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java223 BiometricSourceType.FACE, BiometricUiEvent.BIOMETRIC_FACE_ERROR,
230 BiometricSourceType.FACE, BiometricUiEvent.BIOMETRIC_FACE_SUCCESS,
237 BiometricSourceType.FACE, BiometricUiEvent.BIOMETRIC_FACE_FAILURE,
308 if (biometricSourceType == BiometricSourceType.FACE) { in onBiometricAcquired()
491 if (biometricSourceType == BiometricSourceType.FACE in calculateMode()
694 case FACE: in toSubtype()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricSourceType.java27 FACE, enumConstant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java435 BiometricSourceType.FACE); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
449 "A message", BiometricSourceType.FACE); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
465 "A message", BiometricSourceType.FACE); in transientIndication_swipeUpToRetry()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java326 if (type == BiometricSourceType.FACE) {
770 mTrustManager.unlockedByBiometricForUser(userId, BiometricSourceType.FACE); in onFaceAuthenticated()
778 BiometricSourceType.FACE, in onFaceAuthenticated()
801 cb.onBiometricAuthFailed(BiometricSourceType.FACE); in handleFaceAuthFailed()
817 cb.onBiometricAcquired(BiometricSourceType.FACE); in handleFaceAcquired()
858 cb.onBiometricHelp(msgId, helpString, BiometricSourceType.FACE); in handleFaceHelp()
905 BiometricSourceType.FACE); in handleFaceError()
933 BiometricSourceType.FACE); in notifyFaceRunningStateChanged()
2704 mTrustManager.clearAllBiometricRecognized(BiometricSourceType.FACE); in clearBiometricRecognized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DBrightLineFalsingManager.java88 && biometricSourceType == BiometricSourceType.FACE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManagerImpl.java137 && biometricSourceType == BiometricSourceType.FACE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java771 if (biometricSourceType == BiometricSourceType.FACE) in shouldSuppressBiometricError()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java563 callbacks.get(i).notify(BiometricSourceType.FACE, in notifyEnabledOnKeyguardCallbacks()
848 callback.onChanged(BiometricSourceType.FACE, in registerEnabledOnKeyguardCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java170 callback.onChanged(BiometricSourceType.FACE, true /* enabled */, in setup()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto2188 FACE = 1511; enumerator
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6265 FACE = 1511; enumerator