Searched refs:LegacyVpnRunner (Results 1 – 1 of 1) sorted by relevance
2302 if (!up && mVpnRunner != null && mVpnRunner instanceof LegacyVpnRunner) {2303 ((LegacyVpnRunner) mVpnRunner).exitIfOuterInterfaceIs(interfaze);2830 mVpnRunner = new LegacyVpnRunner(config, racoon, mtpd, profile); in startLegacyVpn()2854 final boolean isLegacyVpn = mVpnRunner instanceof LegacyVpnRunner; in stopVpnRunnerPrivileged()2860 synchronized (LegacyVpnRunner.TAG) { in stopVpnRunnerPrivileged()4253 private class LegacyVpnRunner extends VpnRunner { class in Vpn4290 LegacyVpnRunner(VpnConfig config, String[] racoon, String[] mtpd, VpnProfile profile) { in LegacyVpnRunner() method in Vpn.LegacyVpnRunner