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()
37 import android.net.ipsec.ike.IkeSession;117 private IkeSession mIkeSession;150 final IkeSession ikeSession = in testMigrateNetworksWithoutXfrmMigrate()189 private IkeSession setupAndVerifyIkeSessionWithMobility( in setupAndVerifyIkeSessionWithMobility()211 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithMobility()229 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()292 final IkeSession ikeSession = in testNetworkDied()360 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
44 import android.net.ipsec.ike.IkeSession;279 @NonNull final IkeSession mIkeSession;284 IkeSession ikeSession, in TunnelConfig()366 public IkeSession getIkeSession() { in getIkeSession()848 IkeSession ikeSession = in onBringUpTunnel()876 public IkeSession createIkeSession( in createIkeSession()883 return new IkeSession( in createIkeSession()2205 IkeSession ikeSession, in putApnNameToTunnelConfig()
44 public final class IkeSession implements java.lang.AutoCloseable {
176 public final class IkeSession implements java.lang.AutoCloseable {177 …ctor public IkeSession(@NonNull android.content.Context, @NonNull android.net.ipsec.ike.IkeSession…
43 import android.net.ipsec.ike.IkeSession;155 @Mock private IkeSession mMockIkeSession;1223 String apnName, IkeSession ikeSession) { in verifyBringUpTunnelWithDnsQuery()