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 | 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()
|
D | EapSimAkaAttribute.java | 911 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 | EapAkaMethodStateMachine.java | 257 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 …]
|
D | EapSimMethodStateMachine.java | 170 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()
|
D | EapSimAkaMethodStateMachine.java | 545 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()
|
D | EapAkaPrimeMethodStateMachine.java | 296 eapIdentifier, getEapMethod(), AtClientErrorCode.UNABLE_TO_PROCESS); in generateAndPersistEapAkaKeys()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapAkaPrimeStateTest.java | 75 AtClientErrorCode atClientErrorCode = AtClientErrorCode.UNABLE_TO_PROCESS; in testProcessInvalidDecodeResult()
|
D | EapAkaStateTest.java | 141 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 | 145 assertEquals(AtClientErrorCode.UNABLE_TO_PROCESS, result.atClientErrorCode); in testDecodeMultipleAtKdfAttributes()
|