Home
last modified time | relevance | path

Searched refs:mVpnRunner (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java365 @VisibleForTesting protected VpnRunner mVpnRunner; field in Vpn
1295 } else if (mVpnRunner != null) { in prepareInternal()
1604 final boolean expensive = areLongLivedTcpConnectionsExpensive(mVpnRunner); in agentConnect()
1640 final IkeSessionWrapper session = ((IkeV2VpnRunner) mVpnRunner).mSession; in agentConnect()
2159 } else if (mVpnRunner != null) {
2166 mVpnRunner.exit();
2181 mVpnRunner = null; in cleanupVpnStateLocked()
2293 if (mVpnRunner == null) return VpnManager.TYPE_VPN_SERVICE; in getActiveVpnType()
2568 return mVpnRunner != null && VpnConfig.LEGACY_VPN.equals(mPackage); in isSettingsVpnLocked()
2577 mVpnRunner.exit(); in stopVpnRunnerPrivileged()
[all …]
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java2237 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpn()
2423 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in doTestMigrateIkeSession()
2490 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testLinkPropertiesUpdateTriggerReevaluation()
2683 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpn_mtuDoesNotSupportIpv6()
2717 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpn_underlyingNetworkNotChange()
2767 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpnMobility_mobikeEnabled()
2829 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpnMobility_mobikeEnabledMtuDoesNotSupportIpv6()
2875 vpnSnapShot.vpn.mVpnRunner.exitVpnRunner(); in testStartPlatformVpnReestablishes_mobikeDisabled()
3030 ((Vpn.IkeV2VpnRunner) vpnSnapShot.vpn.mVpnRunner).onValidationStatus( in testDataStallInIkev2VpnMobikeDisabled()
3044 ((Vpn.IkeV2VpnRunner) vpnSnapShot.vpn.mVpnRunner).onValidationStatus( in testDataStallInIkev2VpnRecoveredByMobike()
[all …]