Home
last modified time | relevance | path

Searched refs:UNABLE_TO_PROCESS (Results 1 – 9 of 9) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java120 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()
DEapSimAkaAttribute.java911 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0); field in EapSimAkaAttribute.AtClientErrorCode
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java257 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
309 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
317 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
451 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
457 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in process()
473 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
504 AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
680 eapIdentifier, EAP_TYPE_AKA, AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
758 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
764 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in process()
[all …]
DEapSimMethodStateMachine.java170 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
238 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
246 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
416 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
424 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
435 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
449 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
457 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
DEapSimAkaMethodStateMachine.java545 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
555 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
562 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
571 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
600 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
DEapAkaPrimeMethodStateMachine.java296 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeStateTest.java75 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
DEapAkaStateTest.java141 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeDataTest.java145 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()