Searched refs:getEapResponse (Results 1 – 6 of 6) sorted by relevance
46 EapResult eapResult = EapResponse.getEapResponse(mEapResponse); in testGetEapResponse()56 EapResponse.getEapResponse(null); in testGetEapResponseNullMessage()64 EapResult eapResult = EapResponse.getEapResponse(mEapSuccess); in testGetEapResponseNonRequestMessage()
146 return EapResult.EapResponse.getEapResponse(response); in buildClientErrorResponse()163 return EapResult.EapResponse.getEapResponse(eapMessage); in buildResponseMessage()287 return EapResponse.getEapResponse(eapMessage); in buildResponseMessageWithMac()
250 return EapResponse.getEapResponse( in getIdentityResponse()
487 return EapResponse.getEapResponse(eapMessage); in buildEapMessageResponse()
196 return EapResponse.getEapResponse( in getNotificationResponse()225 return EapResponse.getEapResponse( in getNakResponse()
81 public static EapResult getEapResponse(@NonNull EapMessage message) { in getEapResponse() method in EapResult.EapResponse