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
DEapTtlsCreatedStateTest.java68 EapResult eapResult = mStateMachine.process(eapMessage); in testUnexpectedRequest() 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()
DEapSimMethodStateMachine.java379 EapResult eapResult = handleEapSuccessFailureNotification(mTAG, message); in process() local
DEapAkaMethodStateMachine.java404 EapResult eapResult = in handleChallengeAuthentication() local