Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/gatekeeper/
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()
/frameworks/base/core/java/com/android/internal/widget/
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()
DLockPatternUtils.java529 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java1466 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unlockLskfBasedProtector()
1722 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallengeInternal()
DLockSettingsService.java1914 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in setLockCredentialInternal()
2428 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in doVerifyCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java1105 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in handleVerifyCredentialResponse()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt86145 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_RETRY:I