Home | History | Annotate | Download | only in connectivity

Lines Matching refs:establish

311      * Establish a VPN network and return the file descriptor of the VPN
318 public synchronized ParcelFileDescriptor establish(VpnConfig config) {
339 throw new SecurityException("Restricted users cannot establish VPNs");
359 updateState(DetailedState.CONNECTING, "establish");
403 updateState(DetailedState.FAILED, "establish");
434 updateState(DetailedState.AUTHENTICATING, "establish");