Searched refs:RESPONSE_ERROR (Results 1 – 8 of 8) sorted by relevance
30 public static final int RESPONSE_ERROR = -1; field in VerifyCredentialResponse36 = new VerifyCredentialResponse(RESPONSE_ERROR, 0, null);
30 public static final int RESPONSE_ERROR = -1; field in GateKeeperResponse
150 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential(newPassword, in testUntrustedCredentialChangeBlockedIfSpNotCached()
140 return GateKeeperResponse.createGenericResponse(GateKeeperResponse.RESPONSE_ERROR); in verifyChallenge()
512 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()515 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()
140 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential( in testSyntheticPasswordVerifyCredential()
2751 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_ERROR) { in spBasedSetLockCredentialInternalLocked()
101219 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_ERROR:I