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()
360 } 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()
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()
869 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unwrapPasswordBasedSyntheticPassword()1013 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallenge()
1827 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()2402 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in spBasedDoVerifyCredential()