Searched refs:mIkeConnectionInfo (Results 1 – 5 of 5) sorted by relevance
183 @NonNull protected final IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnectionTestBase218 mIkeConnectionInfo = in VcnGatewayConnectionTestBase()220 mIkeSessionConfiguration = new IkeSessionConfiguration.Builder(mIkeConnectionInfo).build(); in VcnGatewayConnectionTestBase()
226 mIkeConnectionInfo); in testBuildLinkProperties()240 mIkeConnectionInfo); in testBuildLinkProperties()
298 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testMigration()390 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testChildOpenedRegistersNetwork()496 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testOpportunisticSa_ignoresPreOpenFailures()
717 private IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnection1990 mIkeConnectionInfo); in processStateMsg()2021 mIkeConnectionInfo = in processStateMsg()2052 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted()2084 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged()2600 return mIkeConnectionInfo; in getIkeConnectionInfo()
3059 @Nullable private IkeSessionConnectionInfo mIkeConnectionInfo; field in Vpn.IkeV2VpnRunner3210 mIkeConnectionInfo = ikeConnectionInfo; in onIkeConnectionInfoChanged()3265 final Network network = mIkeConnectionInfo.getNetwork(); in onChildOpened()3345 mTunnelIface.setUnderlyingNetwork(mIkeConnectionInfo.getNetwork()); in onChildTransformCreated()3379 final Network network = mIkeConnectionInfo.getNetwork(); in onChildMigrated()3518 final Network underlyingNetwork = mIkeConnectionInfo.getNetwork(); in calculateVpnMtu()3543 mIkeConnectionInfo.getLocalAddress() instanceof Inet4Address); in calculateVpnMtu()4201 mIkeConnectionInfo = null; in resetIkeState()