Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -1023,6 +1023,13 @@ public class KeyguardIndicationController { } } if (biometricSourceType == BiometricSourceType.FACE 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) { && msgId == FaceManager.FACE_ERROR_TIMEOUT) { if (mKeyguardUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( if (mKeyguardUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( KeyguardUpdateMonitor.getCurrentUser())) { KeyguardUpdateMonitor.getCurrentUser())) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -1023,6 +1023,13 @@ public class KeyguardIndicationController { } } if (biometricSourceType == BiometricSourceType.FACE 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) { && msgId == FaceManager.FACE_ERROR_TIMEOUT) { if (mKeyguardUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( if (mKeyguardUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( KeyguardUpdateMonitor.getCurrentUser())) { KeyguardUpdateMonitor.getCurrentUser())) { Loading