Home
last modified time | relevance | path

Searched refs:mSpyIkeUdpEncapSocket (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java306 private IkeUdpEncapSocket mSpyIkeUdpEncapSocket; field in IkeSessionStateMachineTest
791 mSpyIkeUdpEncapSocket = mock(IkeUdpEncapSocket.class); in makeAndStartIkeSession()
795 doNothing().when(mSpyIkeUdpEncapSocket).sendIkePacket(any(), any()); in makeAndStartIkeSession()
1467 mSpyCurrentIkeSocket = mSpyIkeUdpEncapSocket; in setIkeInitResults()