Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java32 public static final int RESPONSE_RETRY = 1; field in GateKeeperResponse
53 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY); in createRetryResponse()
77 if (responseCode == RESPONSE_RETRY) {
104 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java37 public static final int RESPONSE_RETRY = 1; field in VerifyCredentialResponse
40 RESPONSE_RETRY})
110 return new VerifyCredentialResponse(RESPONSE_RETRY, in fromTimeout()
188 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in fromGateKeeperResponse()
H A DLockPatternUtils.java524 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java1404 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unlockLskfBasedProtector()
1653 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallengeInternal()
H A DLockSettingsService.java1720 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in setLockCredentialInternal()
2236 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in doVerifyCredential()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java1095 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in handleVerifyCredentialResponse()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86788 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_RETRY:I