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

Commit 41ca057a authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge changes from topic "locksettings-aosp-first" into main am: 852ee8e4...

Merge changes from topic "locksettings-aosp-first" into main am: 852ee8e4 am: 0936166e am: 88bacd76 am: 5d5682d7

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



Change-Id: I5dc656a9ea3e7b27256ba5594d33f52d5a5b353b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 880b1a1d 5d5682d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1651,8 +1651,10 @@ class SyntheticPasswordManager {
            }
            return result;
        } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) {
            Slog.e(TAG, "Gatekeeper verification of synthetic password failed with RESPONSE_RETRY");
            return VerifyCredentialResponse.fromTimeout(response.getTimeout());
        } else {
            Slog.e(TAG, "Gatekeeper verification of synthetic password failed with RESPONSE_ERROR");
            return VerifyCredentialResponse.ERROR;
        }
    }