Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java172 private LegacyVpnRunner mLegacyVpnRunner;
1852 mLegacyVpnRunner = new LegacyVpnRunner(config, racoon, mtpd, profile); in startLegacyVpn()
1862 synchronized (LegacyVpnRunner.TAG) { in stopLegacyVpnPrivileged()
1909 private class LegacyVpnRunner extends Thread { class in Vpn
1945 LegacyVpnRunner(VpnConfig config, String[] racoon, String[] mtpd, VpnProfile profile) { in LegacyVpnRunner() method in Vpn.LegacyVpnRunner