Searched refs:mOutboundFragmentationHelper (Results 1 – 4 of 4) sorted by relevance
97 @VisibleForTesting final EapTtlsOutboundFragmentationHelper mOutboundFragmentationHelper; field in EapTtlsMethodStateMachine126 mOutboundFragmentationHelper = outboundFragmentationHelper; in EapTtlsMethodStateMachine()678 if (mOutboundFragmentationHelper.hasRemainingFragments()) { in getNextOutboundFragment()679 FragmentationResult result = mOutboundFragmentationHelper.getNextOutboundFragment(); in getNextOutboundFragment()698 } else if (mOutboundFragmentationHelper.hasRemainingFragments()) { in getNextOutboundFragment()765 mOutboundFragmentationHelper.setupOutboundFragmentation(data); in buildEapMessageResponse()766 FragmentationResult result = mOutboundFragmentationHelper.getNextOutboundFragment(); in buildEapMessageResponse()
290 assertTrue(mStateMachine.mOutboundFragmentationHelper.hasRemainingFragments()); in testTunnel_outboundFragmentation_initialFragment()295 mOutboundFragmentationHelper.setupOutboundFragmentation( in testTunnel_outboundFragmentation_finalFragment()297 mOutboundFragmentationHelper.getNextOutboundFragment(); in testTunnel_outboundFragmentation_finalFragment()303 assertFalse(mStateMachine.mOutboundFragmentationHelper.hasRemainingFragments()); in testTunnel_outboundFragmentation_finalFragment()309 mOutboundFragmentationHelper.setupOutboundFragmentation( in testTunnel_outboundFragmentation_receivedNonAck()311 mOutboundFragmentationHelper.getNextOutboundFragment(); in testTunnel_outboundFragmentation_receivedNonAck()
250 mOutboundFragmentationHelper.setupOutboundFragmentation( in testHandshake_outboundFragmentation_finalFragment()252 mOutboundFragmentationHelper.getNextOutboundFragment(); in testHandshake_outboundFragmentation_finalFragment()263 mOutboundFragmentationHelper.setupOutboundFragmentation( in testHandshake_outboundFragmentation_receivedNonAck()265 mOutboundFragmentationHelper.getNextOutboundFragment(); in testHandshake_outboundFragmentation_receivedNonAck()
97 EapTtlsOutboundFragmentationHelper mOutboundFragmentationHelper; field in EapTtlsStateTest118 mOutboundFragmentationHelper = in setUp()128 mOutboundFragmentationHelper); in setUp()