Searched refs:RESPONSE_RETRY (Results 1 – 7 of 7) sorted by relevance
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()
37 public static final int RESPONSE_RETRY = 1; field in VerifyCredentialResponse40 RESPONSE_RETRY})110 return new VerifyCredentialResponse(RESPONSE_RETRY, in fromTimeout()188 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in fromGateKeeperResponse()
524 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
1404 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unlockLskfBasedProtector()1653 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallengeInternal()
1720 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in setLockCredentialInternal()2236 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in doVerifyCredential()
1095 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in handleVerifyCredentialResponse()
86788 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_RETRY:I