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()
529 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
1466 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unlockLskfBasedProtector()1722 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallengeInternal()
1914 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in setLockCredentialInternal()2428 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in doVerifyCredential()
1105 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in handleVerifyCredentialResponse()
86145 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_RETRY:I