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()
375 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()394 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()481 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
32 public static final int RESPONSE_RETRY = 1; field in GateKeeperResponse51 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY); in createRetryResponse()75 if (responseCode == RESPONSE_RETRY) {102 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
911 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()1057 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
1963 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()2572 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in spBasedDoVerifyCredential()