Searched refs:errorStatus (Results 1 – 4 of 4) sorted by relevance
102 .filter { (errorStatus, fingerprintAuthAllowed) -> in <lambda>() method103 fingerprintAuthAllowed || errorStatus.isLockoutError() in <lambda>()105 .map { (errorStatus, _) -> in <lambda>() method107 errorStatus.isLockoutError() -> FingerprintLockoutMessage(errorStatus.msg) in <lambda>()108 else -> FingerprintMessage(errorStatus.msg) in <lambda>()199 .filter { (errorStatus, faceAuthCurrentlyAllowed) -> in <lambda>() method200 faceAuthCurrentlyAllowed || errorStatus.isLockoutError() in <lambda>()
462 val errorStatus = ErrorFaceAuthenticationStatus(errorCode, errString.toString()) in onAuthenticationError() constant463 if (errorStatus.isLockoutError()) { in onAuthenticationError()467 _authenticationStatus.value = errorStatus in onAuthenticationError()468 if (errorStatus.isHardwareError()) { in onAuthenticationError()469 faceAuthLogger.hardwareError(errorStatus) in onAuthenticationError()475 errorStatus.isLockoutError(), in onAuthenticationError()476 errorStatus.isCancellationError() in onAuthenticationError()
217 fun hardwareError(errorStatus: ErrorFaceAuthenticationStatus) { in hardwareError()223 int1 = errorStatus.msgId in hardwareError()
808 int errorStatus = RadioTuner.ERROR_HARDWARE_FAILURE; in onError_forTunerAdapter() local810 mTunerCallback.onError(errorStatus); in onError_forTunerAdapter()812 verify(mCallbackMock, timeout(CALLBACK_TIMEOUT_MS)).onError(errorStatus); in onError_forTunerAdapter()