Searched refs:RESPONSE_RETRY (Results 1 – 5 of 5) sorted by relevance
32 public static final int RESPONSE_RETRY = 1; field in VerifyCredentialResponse49 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()
392 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()424 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()458 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
32 public static final int RESPONSE_RETRY = 1; field in GateKeeperResponse53 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY); in createRetryResponse()77 if (responseCode == RESPONSE_RETRY) {104 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
1047 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()1213 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
2158 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()2747 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in spBasedDoVerifyCredential()2974 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) {