Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java32 public static final int RESPONSE_RETRY = 1; field in VerifyCredentialResponse
49 if (responseCode == RESPONSE_RETRY) {
82 mResponseCode = RESPONSE_RETRY; in VerifyCredentialResponse()
95 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
140 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in fromGateKeeperResponse()
DLockPatternUtils.java360 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
379 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
466 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java32 public static final int RESPONSE_RETRY = 1; field in GateKeeperResponse
51 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY); in createRetryResponse()
75 if (responseCode == RESPONSE_RETRY) {
102 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java869 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()
1013 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
DLockSettingsService.java1827 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
2402 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in spBasedDoVerifyCredential()