/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
H A D | EapSimAkaTypeData.java | 120 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode() 128 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode() 143 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode() 163 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode() 166 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
|
H A D | EapSimAkaAttribute.java | 898 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0); field in EapSimAkaAttribute.AtClientErrorCode
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
H A D | EapSimMethodStateMachine.java | 168 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 233 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 241 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 408 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 416 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 427 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 441 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 449 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
|
H A D | EapAkaMethodStateMachine.java | 203 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 242 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 250 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 364 AtClientErrorCode.UNABLE_TO_PROCESS); in process() 370 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in process() 386 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication() 417 AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication() 585 eapIdentifier, EAP_TYPE_AKA, AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
|
H A D | EapSimAkaMethodStateMachine.java | 320 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification() 328 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification() 337 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification() 347 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
|
H A D | EapAkaPrimeMethodStateMachine.java | 296 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/default/ |
H A D | Session.cpp | 71 cb_->onError(Error::UNABLE_TO_PROCESS, 0 /* vendorError */); in enroll() 80 cb_->onError(Error::UNABLE_TO_PROCESS, 0 /* vendorCode */); in authenticate() 112 cb_->onError(Error::UNABLE_TO_PROCESS, 0 /* vendorCode */); in getFeatures()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | Error.aidl | 39 UNABLE_TO_PROCESS = 2, enumConstant
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | Error.aidl | 39 UNABLE_TO_PROCESS = 2, enumConstant
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | Error.aidl | 38 UNABLE_TO_PROCESS, enumConstant
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/ |
H A D | Error.aidl | 39 UNABLE_TO_PROCESS = 2, enumConstant
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | Error.aidl | 39 UNABLE_TO_PROCESS = 2, enumConstant
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
H A D | Error.aidl | 39 UNABLE_TO_PROCESS, enumConstant
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
H A D | FakeFingerprintEngine.h | 44 cb->onError(Error::UNABLE_TO_PROCESS, 0 /* vendorError */); in enrollImpl()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | AidlConversionUtils.java | 37 } else if (aidlError == Error.UNABLE_TO_PROCESS) { in toFrameworkError()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/ |
H A D | VtsHalBiometricsFaceTargetTest.cpp | 223 EXPECT_EQ(mCb->mError, Error::UNABLE_TO_PROCESS); in TEST_P() 301 EXPECT_EQ(mCb->mError, Error::UNABLE_TO_PROCESS); in TEST_P()
|
/aosp12/hardware/interfaces/biometrics/face/1.0/default/ |
H A D | BiometricsFace.cpp | 59 mClientCallback->onError(kDeviceId, mUserId, FaceError::UNABLE_TO_PROCESS, 0 /* vendorCode */); in enroll()
|
/aosp12/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
H A D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 188 EXPECT_EQ(FaceError::UNABLE_TO_PROCESS, res.args->error); in TEST_P() 209 EXPECT_EQ(FaceError::UNABLE_TO_PROCESS, res.args->error); in TEST_P()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | AidlConversionUtils.java | 54 case Error.UNABLE_TO_PROCESS: in toFrameworkError()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
H A D | EapAkaPrimeStateTest.java | 75 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
|
H A D | EapAkaStateTest.java | 137 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
H A D | EapAkaPrimeTypeDataTest.java | 145 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()
|
/aosp12/hardware/interfaces/biometrics/face/1.0/ |
H A D | IBiometricsFace.hal | 108 * the implementation must invoke onError with UNABLE_TO_PROCESS.
|
H A D | types.hal | 94 UNABLE_TO_PROCESS = 2,
|