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/ |
D | EapSimAkaTypeData.java | 109 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()
|
D | EapSimAkaAttribute.java | 854 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0); field in EapSimAkaAttribute.AtClientErrorCode
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimMethodStateMachine.java | 167 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()
|
D | EapAkaMethodStateMachine.java | 202 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()
|
D | EapSimAkaMethodStateMachine.java | 322 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()
|
D | EapAkaPrimeMethodStateMachine.java | 295 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapAkaPrimeStateTest.java | 74 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
|
D | EapAkaStateTest.java | 137 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapAkaPrimeTypeDataTest.java | 125 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()
|