Searched refs:RESPONSE_ERROR (Results 1 – 8 of 8) sorted by relevance
35 public static final int RESPONSE_ERROR = -1; field in VerifyCredentialResponse38 @IntDef({RESPONSE_ERROR,121 return new VerifyCredentialResponse(RESPONSE_ERROR, in fromError()
30 public static final int RESPONSE_ERROR = -1; field in GateKeeperResponse34 public static final GateKeeperResponse ERROR = createGenericResponse(RESPONSE_ERROR);
104 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, in testFrpCredential_cannotVerifyAfterProvsioning()
140 return GateKeeperResponse.createGenericResponse(GateKeeperResponse.RESPONSE_ERROR); in verifyChallenge()
509 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()
135 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential( in testSyntheticPasswordVerifyCredential()
3189 || response.getResponseCode() == VerifyCredentialResponse.RESPONSE_ERROR) {
90109 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_ERROR:I