Searched refs:sendError (Results 1 – 1 of 1) sorted by relevance
177 if (mEnrollClient.sendError(error)) { in dispatchError()182 if (mAuthClient.sendError(error)) { in dispatchError()186 if (mRemoveClient.sendError(error)) removeClient(mRemoveClient); in dispatchError()262 && !clientMonitor.sendError(FingerprintManager.FINGERPRINT_ERROR_LOCKOUT)) { in handleFailedAttempt()359 client.sendError(FingerprintManager.FINGERPRINT_ERROR_CANCELED); in stopEnrollment()375 if (!mAuthClient.sendError(FingerprintManager.FINGERPRINT_ERROR_LOCKOUT)) { in startAuthentication()414 client.sendError(FingerprintManager.FINGERPRINT_ERROR_CANCELED); in stopAuthentication()625 private boolean sendError(int error) { in sendError() method in FingerprintService.ClientMonitor