Searched refs:mIkeConnectionInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
D | VcnGatewayConnectionTestBase.java | 181 @NonNull protected final IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnectionTestBase 217 mIkeConnectionInfo = in VcnGatewayConnectionTestBase() 219 mIkeSessionConfiguration = new IkeSessionConfiguration.Builder(mIkeConnectionInfo).build(); in VcnGatewayConnectionTestBase()
|
D | VcnGatewayConnectionConnectedStateTest.java | 303 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testMigration() 359 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testMigrationHandleFailure() 424 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testChildOpenedRegistersNetwork() 530 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testOpportunisticSa_ignoresPreOpenFailures()
|
D | VcnGatewayConnectionTest.java | 231 mIkeConnectionInfo); in testBuildLinkProperties() 245 mIkeConnectionInfo); in testBuildLinkProperties()
|
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 717 private IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnection 2025 mIkeConnectionInfo); in processStateMsg() 2056 mIkeConnectionInfo = in processStateMsg() 2087 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted() 2119 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged() 2652 return mIkeConnectionInfo; in getIkeConnectionInfo()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 2772 @Nullable private IkeSessionConnectionInfo mIkeConnectionInfo; field in Vpn.IkeV2VpnRunner 2924 mIkeConnectionInfo = ikeConnectionInfo; in onIkeConnectionInfoChanged() 2979 final Network network = mIkeConnectionInfo.getNetwork(); in onChildOpened() 3052 mTunnelIface.setUnderlyingNetwork(mIkeConnectionInfo.getNetwork()); in onChildTransformCreated() 3086 final Network network = mIkeConnectionInfo.getNetwork(); in onChildMigrated() 3214 final Network underlyingNetwork = mIkeConnectionInfo.getNetwork(); in calculateVpnMtu() 3239 mIkeConnectionInfo.getLocalAddress() instanceof Inet4Address); in calculateVpnMtu() 3940 mIkeConnectionInfo = null; in resetIkeState()
|