Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java197 @Nullable public VerifyCredentialResponse gkResponse; field in SyntheticPasswordManager.AuthenticationResult
1377 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()
1396 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()
1410 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()
1413 result.gkResponse = weaverVerify(weaver, weaverSlot, in unlockLskfBasedProtector()
1415 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unlockLskfBasedProtector()
1419 result.gkResponse.getGatekeeperHAT()); in unlockLskfBasedProtector()
1426 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()
1437 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()
1442 result.gkResponse = VerifyCredentialResponse.OK; in unlockLskfBasedProtector()
[all …]
DLockSettingsService.java1905 VerifyCredentialResponse response = authResult.gkResponse; in setLockCredentialInternal()
2402 response = authResult.gkResponse; in doVerifyCredential()
3370 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractor.kt90 val gkResponse: VerifyCredentialResponse = in isStealthModeActive() constant
96 val hat = gkResponse.gatekeeperHAT in isStealthModeActive()