Searched refs:IkeSession (Results 1 – 12 of 12) sorted by relevance
87 IkeSession ikeSession = in testConstructIkeSession()88 new IkeSession( in testConstructIkeSession()107 IkeSession[] sessions = new IkeSession[numSession]; in testConstructFromDifferentThreads()118 new IkeSession( in testConstructFromDifferentThreads()141 for (IkeSession s : sessions) { in testConstructFromDifferentThreads()149 IkeSession ikeSession = in testOpensIkeSession()150 new IkeSession( in testOpensIkeSession()176 IkeSession ikeSession = in testThrowWhenSetupTunnelWithMissingFeature()177 new IkeSession( in testThrowWhenSetupTunnelWithMissingFeature()194 IkeSession ikeSession = in testThrowWhenSetupMobikeWithTransport()[all …]
24 import android.net.ipsec.ike.IkeSession;48 protected IkeSession openIkeSessionWithTunnelModeChild(InetAddress remoteAddress) { in openIkeSessionWithTunnelModeChild()52 protected IkeSession openIkeSessionWithTunnelModeChild( in openIkeSessionWithTunnelModeChild()57 protected IkeSession openIkeSessionWithTransportModeChild(InetAddress remoteAddress) { in openIkeSessionWithTransportModeChild()87 private IkeSession openIkeSession(InetAddress remoteAddress, ChildSessionParams childParams) { in openIkeSession()91 private IkeSession openIkeSession( in openIkeSession()93 return new IkeSession( in openIkeSession()
33 import android.net.ipsec.ike.IkeSession;100 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()206 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()272 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()308 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionKillWithTunnelMode()321 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail()370 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification()403 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail()
35 import android.net.ipsec.ike.IkeSession;109 private IkeSession mIkeSession;142 final IkeSession ikeSession = in testMigrateNetworksWithoutXfrmMigrate()178 private IkeSession setupAndVerifyIkeSessionWithOptionMobike( in setupAndVerifyIkeSessionWithOptionMobike()193 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithOptionMobike()211 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()274 final IkeSession ikeSession = in testNetworkDied()335 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled()
25 import android.net.ipsec.ike.IkeSession;53 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()64 return new IkeSession( in openIkeSessionWithRemoteAddress()131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke()221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa()
23 import android.net.ipsec.ike.IkeSession;148 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()159 return new IkeSession( in openIkeSessionWithRemoteAddress()172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
22 import android.net.ipsec.ike.IkeSession;150 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()170 return new IkeSession( in openIkeSessionWithRemoteAddress()183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
52 public final class IkeSession implements AutoCloseable { class82 public IkeSession( in IkeSession() method in IkeSession101 IkeSession( in IkeSession() method in IkeSession122 IkeSession( in IkeSession() method in IkeSession
41 import android.net.ipsec.ike.IkeSession;259 @NonNull final IkeSession mIkeSession;264 IkeSession ikeSession, in TunnelConfig()339 public IkeSession getIkeSession() { in getIkeSession()733 IkeSession ikeSession = in onBringUpTunnel()760 public IkeSession createIkeSession( in createIkeSession()767 return new IkeSession( in createIkeSession()1761 IkeSession ikeSession, in putApnNameToTunnelConfig()
44 public final class IkeSession implements java.lang.AutoCloseable {
150 public final class IkeSession implements java.lang.AutoCloseable {151 …ctor public IkeSession(@NonNull android.content.Context, @NonNull android.net.ipsec.ike.IkeSession…
37 import android.net.ipsec.ike.IkeSession;97 @Mock private IkeSession mMockIkeSession;