Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1144 stopListeningForFace(FACE_AUTH_STOPPED_FP_LOCKED_OUT); in handleFingerprintError()
2864 stopListeningForFace(FACE_AUTH_STOPPED_USER_INPUT_ON_BOUNCER); in cancelFaceAuth()
2881 stopListeningForFace(faceAuthUiEvent); in updateFaceListeningState()
3522 private void stopListeningForFace(@NonNull FaceAuthUiEvent faceAuthUiEvent) { in stopListeningForFace() method in KeyguardUpdateMonitor
3629 stopListeningForFace(FACE_AUTH_UPDATED_USER_SWITCHING); in handleUserSwitchComplete()