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.java109 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
117 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
131 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
151 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
154 return new DecodeResult<>(AtClientErrorCode.UNABLE_TO_PROCESS); in decode()
DEapSimAkaAttribute.java854 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0); field in EapSimAkaAttribute.AtClientErrorCode
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java167 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
232 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
240 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
407 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
415 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
426 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
440 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
448 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
DEapAkaMethodStateMachine.java202 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
241 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
249 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
362 AtClientErrorCode.UNABLE_TO_PROCESS); in process()
368 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in process()
384 message.eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
415 AtClientErrorCode.UNABLE_TO_PROCESS); in handleChallengeAuthentication()
583 eapIdentifier, EAP_TYPE_AKA, AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
DEapSimAkaMethodStateMachine.java322 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
330 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
339 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
349 identifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in handleEapSimAkaNotification()
DEapAkaPrimeMethodStateMachine.java295 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeStateTest.java74 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
DEapAkaStateTest.java137 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeDataTest.java125 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()