Searched refs:mVpnRunner (Results 1 – 1 of 1) sorted by relevance
201 @VisibleForTesting protected VpnRunner mVpnRunner; field in Vpn855 } else if (mVpnRunner != null) { in prepareInternal()857 mVpnRunner.exit(); in prepareInternal()1594 if (!up && mVpnRunner != null && mVpnRunner instanceof LegacyVpnRunner) {1595 ((LegacyVpnRunner) mVpnRunner).exitIfOuterInterfaceIs(interfaze);1607 } else if (mVpnRunner != null) {1609 mVpnRunner.exit();1623 mVpnRunner = null;1751 if (mVpnRunner != null && mVpnRunner instanceof IkeV2VpnRunner) {2064 mVpnRunner = new LegacyVpnRunner(config, racoon, mtpd, profile);[all …]