Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e719ccce authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Suppress msgs from FACE_ERROR_UNABLE_TO_PROCESS" into tm-d1-dev am:...

Merge "Suppress msgs from FACE_ERROR_UNABLE_TO_PROCESS" into tm-d1-dev am: 9a14e203 am: ff498d7e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18872709



Change-Id: Iddf032c52cbe232ff23c86487e19510f4b248fa1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 09360f5b ff498d7e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1023,6 +1023,13 @@ public class KeyguardIndicationController {
            }

            if (biometricSourceType == BiometricSourceType.FACE
                    && msgId == FaceManager.FACE_ERROR_UNABLE_TO_PROCESS) {
                // suppress all face UNABLE_TO_PROCESS errors
                if (DEBUG) {
                    Log.d(TAG, "skip showing FACE_ERROR_UNABLE_TO_PROCESS errString="
                            + errString);
                }
            } else if (biometricSourceType == BiometricSourceType.FACE
                    && msgId == FaceManager.FACE_ERROR_TIMEOUT) {
                if (mKeyguardUpdateMonitor.getCachedIsUnlockWithFingerprintPossible(
                        KeyguardUpdateMonitor.getCurrentUser())) {