Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java2302 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 Vpn
4290 LegacyVpnRunner(VpnConfig config, String[] racoon, String[] mtpd, VpnProfile profile) { in LegacyVpnRunner() method in Vpn.LegacyVpnRunner