Searched refs:IkeSessionConnectionInfo (Results 1 – 14 of 14) sorted by relevance
64 private final IkeSessionConnectionInfo mIkeConnInfo;79 IkeSessionConnectionInfo ikeConnInfo, in IkeSessionConfiguration()125 IkeSessionConnectionInfo ikeConnInfo, in IkeSessionConfiguration()206 public IkeSessionConnectionInfo getIkeSessionConnectionInfo() { in getIkeSessionConnectionInfo()218 private final IkeSessionConnectionInfo mIkeConnInfo;229 public Builder(@NonNull IkeSessionConnectionInfo ikeConnInfo) { in Builder()
31 public final class IkeSessionConnectionInfo { class43 public IkeSessionConnectionInfo( in IkeSessionConnectionInfo() method in IkeSessionConnectionInfo
154 @NonNull IkeSessionConnectionInfo connectionInfo) {} in onIkeSessionConnectionInfoChanged()
44 IkeSessionConnectionInfo ikeConnInfo = in testBuild()45 new IkeSessionConnectionInfo(LOCAL_IPV4_ADDRESS, REMOTE_IPV4_ADDRESS, mMockNetwork); in testBuild()55 new IkeSessionConnectionInfo(null /*localAddress*/, REMOTE_IPV4_ADDRESS, mMockNetwork); in testBuildWithNullValue()
50 private static final IkeSessionConnectionInfo IKE_CONNECT_INFO =51 mock(IkeSessionConnectionInfo.class);
67 public void onIkeSessionConnectionInfoChanged(IkeSessionConnectionInfo connectionInfo) {} in onIkeSessionConnectionInfoChanged()
37 import android.net.ipsec.ike.IkeSessionConnectionInfo;67 void run(IkeSessionConnectionInfo connectionInfo, Network network) throws Exception; in run()73 final IkeSessionConnectionInfo connectionInfo = in runTestWithIkeSessionConnectionInfo()74 new IkeSessionConnectionInfo( in runTestWithIkeSessionConnectionInfo()
39 import android.net.ipsec.ike.IkeSessionConnectionInfo;299 private CompletableFuture<IkeSessionConnectionInfo> mFutureConnectionConfig =327 @NonNull IkeSessionConnectionInfo connectionInfo) { in onIkeSessionConnectionInfoChanged()353 public IkeSessionConnectionInfo awaitOnIkeSessionConnectionInfoChanged() throws Exception { in awaitOnIkeSessionConnectionInfoChanged()528 IkeSessionConnectionInfo ikeConnectInfo = ikeConfig.getIkeSessionConnectionInfo();
37 import android.net.ipsec.ike.IkeSessionConnectionInfo;229 final IkeSessionConnectionInfo connectionInfo = in verifyConnectionInfoChange()
167 …method @NonNull public android.net.ipsec.ike.IkeSessionConnectionInfo getIkeSessionConnectionInfo(…176 …or public IkeSessionConfiguration.Builder(@NonNull android.net.ipsec.ike.IkeSessionConnectionInfo);186 public final class IkeSessionConnectionInfo {187 …ctor public IkeSessionConnectionInfo(@NonNull java.net.InetAddress, @NonNull java.net.InetAddress,…
51 …lt void onIkeSessionConnectionInfoChanged(@NonNull android.net.ipsec.ike.IkeSessionConnectionInfo);
82 import android.net.ipsec.ike.IkeSessionConnectionInfo;3636 IkeSessionConnectionInfo ikeConnInfo = in buildIkeSessionConfiguration()3637 new IkeSessionConnectionInfo(mLocalAddress, mRemoteAddress, mNetwork); in buildIkeSessionConfiguration()5466 IkeSessionConnectionInfo connectionInfo = in notifyConnectionInfoChanged()5467 new IkeSessionConnectionInfo(mLocalAddress, mRemoteAddress, mNetwork); in notifyConnectionInfoChanged()
44 import android.net.ipsec.ike.IkeSessionConnectionInfo;457 IkeSessionConnectionInfo ikeSessionConnectionInfo) { in onIkeSessionConnectionInfoChanged()
120 import android.net.ipsec.test.ike.IkeSessionConnectionInfo;2801 IkeSessionConnectionInfo ikeConnInfo = sessionConfig.getIkeSessionConnectionInfo(); in verifyAuthenticationCommonAndGetIkeMessage()6501 ArgumentCaptor<IkeSessionConnectionInfo> connectionInfoCaptor = in verifyUpdateSaAddressesResp()6502 ArgumentCaptor.forClass(IkeSessionConnectionInfo.class); in verifyUpdateSaAddressesResp()6506 IkeSessionConnectionInfo newConnectionInfo = connectionInfoCaptor.getValue(); in verifyUpdateSaAddressesResp()