Home
last modified time | relevance | path

Searched defs:eapResult (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DIdentityStateTest.java64 EapResult eapResult = mEapState.process(EAP_REQUEST_IDENTITY_PACKET); in testProcess() local
74 EapResult eapResult = mEapState.process(EAP_REQUEST_IDENTITY_PACKET); in testProcessDefaultIdentity() local
84 EapResult eapResult = mEapState.process(EAP_REQUEST_NOTIFICATION_PACKET); in testProcessNotificationRequest() local
DCreatedStateTest.java62 EapResult eapResult = mEapState.process(EAP_REQUEST_NOTIFICATION_PACKET); in testProcessNotificationRequest() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapResponseTest.java46 EapResult eapResult = EapResponse.getEapResponse(mEapResponse); in testGetEapResponse() local
64 EapResult eapResult = EapResponse.getEapResponse(mEapSuccess); in testGetEapResponseNonRequestMessage() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapStateMachine.java166 public final EapResult eapResult; field in EapStateMachine.EapState.DecodeResult
173 public DecodeResult(EapResult eapResult) { in DecodeResult()
DEapTtlsMethodStateMachine.java207 EapResult eapResult = handleEapSuccessFailureNotification(mTAG, message); in process() local
422 EapResult eapResult = handleEapSuccessFailureNotification(mTAG, message); in process() local
815 EapResult eapResult = handleEapSuccessFailure(message); in handleEapSuccessFailureNotification() local
DEapSimMethodStateMachine.java380 EapResult eapResult = handleEapSuccessFailureNotification(mTAG, message); in process() local
DEapAkaMethodStateMachine.java406 EapResult eapResult = in handleChallengeAuthentication() local