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
141 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential(newPassword, in testUntrustedCredentialChangeBlockedIfSpNotCached()
140 return GateKeeperResponse.createGenericResponse(GateKeeperResponse.RESPONSE_ERROR); in verifyChallenge()
492 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()495 assertEquals(GateKeeperResponse.RESPONSE_ERROR, mService.verifyCredential( in assertVerifyCredentials()
161 assertEquals(VerifyCredentialResponse.RESPONSE_ERROR, mService.verifyCredential( in testSyntheticPasswordVerifyCredential()
2689 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_ERROR) { in spBasedSetLockCredentialInternalLocked()
107906 Lcom/android/internal/widget/VerifyCredentialResponse;->RESPONSE_ERROR:I