Searched refs:ERROR_UNABLE_TO_PROCESS (Results 1 – 5 of 5) sorted by relevance
65 mClientCallback->onError(kDeviceId, FingerprintError::ERROR_UNABLE_TO_PROCESS, in enroll()
95 return FingerprintError::ERROR_UNABLE_TO_PROCESS; in VendorErrorFilter()114 return FingerprintError::ERROR_UNABLE_TO_PROCESS; in VendorErrorFilter()
163 case FingerprintError.ERROR_UNABLE_TO_PROCESS: in isKnownErrorCode()
57 ERROR_UNABLE_TO_PROCESS = 2,
103 private static final String ERROR_UNABLE_TO_PROCESS = "error_unable_to_process"; field in BiometricServiceTest