Searched refs:RESPONSE_ERROR (Results 1 – 7 of 7) sorted by relevance
30 public static final int RESPONSE_ERROR = -1; field in GateKeeperResponse34 public static final GateKeeperResponse ERROR = createGenericResponse(RESPONSE_ERROR);
30 public static final int RESPONSE_ERROR = -1; field in VerifyCredentialResponse36 = new VerifyCredentialResponse(RESPONSE_ERROR, 0, null);
100 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, in testFrpCredential_cannotVerifyAfterProvsioning()
140 return GateKeeperResponse.createGenericResponse(GateKeeperResponse.RESPONSE_ERROR); in verifyChallenge()
510 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()
137 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential( in testSyntheticPasswordVerifyCredential()
2970 || response.getResponseCode() == VerifyCredentialResponse.RESPONSE_ERROR) {