HomeSort by relevance Sort by last modified time
    Searched refs:Vpn (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 59 public class Vpn extends INetworkManagementEventObserver.Stub {
61 private final static String TAG = "Vpn";
74 public Vpn(Context context, VpnCallback callback) {
80 * Prepare for a VPN application. This method is designed to solve
89 * Legacy VPN is handled specially since it is not a real package.
93 * @param oldPackage The package name of the old VPN application.
94 * @param newPackage The package name of the new VPN application.
159 * Establish a VPN network and return the file descriptor of the VPN
164 * @return The file descriptor of the VPN interface
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 78 import com.android.server.connectivity.Vpn;
120 private Vpn mVpn;
510 mVpn = new Vpn(mContext, new VpnCallback());
    [all...]

Completed in 482 milliseconds