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

/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java104 private LegacyVpnRunner mLegacyVpnRunner;
262 // Revoke the connection or stop LegacyVpnRunner.
803 // Start a new LegacyVpnRunner and we are done!
804 mLegacyVpnRunner = new LegacyVpnRunner(config, racoon, mtpd);
813 synchronized (LegacyVpnRunner.TAG) {
852 private class LegacyVpnRunner extends Thread { class in class:Vpn
853 private static final String TAG = "LegacyVpnRunner";
887 public LegacyVpnRunner(VpnConfig config, String[] racoon, String[] mtpd) { method in class:Vpn.LegacyVpnRunner

Completed in 115 milliseconds