Searched refs:mSpyIkeUdp4Socket (Results 1 – 1 of 1) sorted by relevance
307 private IkeUdp4Socket mSpyIkeUdp4Socket; field in IkeSessionStateMachineTest789 mSpyIkeUdp4Socket = mock(IkeUdp4Socket.class); in makeAndStartIkeSession()793 doNothing().when(mSpyIkeUdp4Socket).sendIkePacket(any(), any()); in makeAndStartIkeSession()798 mSpyCurrentIkeSocket = mSpyIkeUdp4Socket; in makeAndStartIkeSession()1365 verify(mSpyIkeUdp4Socket).unregisterIke(anyLong()); in testCreateIkeLocalIkeInitSwitchesToEncapPorts()