Searched refs:mMockIkeSessionCreator (Results 1 – 1 of 1) sorted by relevance
163 @Mock EpdgTunnelManager.IkeSessionCreator mMockIkeSessionCreator; field in EpdgTunnelManagerTest209 when(mEpdgTunnelManager.getIkeSessionCreator()).thenReturn(mMockIkeSessionCreator); in setUp()385 .when(mMockIkeSessionCreator) in setupTunnelBringup()430 verify(mMockIkeSessionCreator, atLeastOnce()) in testBringUpTunnelSetsDeviceIdentityImeiSv()464 verify(mMockIkeSessionCreator, atLeastOnce()) in testBringUpTunnelSetsDeviceIdentityImei()495 verify(mMockIkeSessionCreator, atLeastOnce()) in testBringUpTunnelNoDeviceIdentityWhenImeiUnavailable()516 verify(mMockIkeSessionCreator, atLeastOnce()) in testBringUpTunnelWithMobilityOptions()534 verify(mMockIkeSessionCreator, atLeastOnce()) in testBringUpTunnelIpv6_verifyMobikeDisabled()892 .when(mMockIkeSessionCreator) in testRekeyAndNattTimerFromCarrierConfig()917 verify(mMockIkeSessionCreator) in testRekeyAndNattTimerFromCarrierConfig()[all …]