Searched defs:establish (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java60 public void establish() { method in class:FullBackupObbConnection
/frameworks/base/core/java/android/net/
H A DVpnService.java80 * {@link Builder#establish}. The former deals with user action and stops
93 * interface by calling {@link Builder#establish}.</li>
171 * Prepare to establish a VPN connection. This method returns {@code null}
488 * calling {@link #establish}.
733 * By default, the file descriptor returned by {@link #establish} is non-blocking.
801 public ParcelFileDescriptor establish() { method in class:VpnService.Builder
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java590 // until after establish(), so if it's mid-setup onStartCommand will be sent twice,
1003 public synchronized ParcelFileDescriptor establish(VpnConfig config) { method in class:Vpn
1021 throw new SecurityException("Restricted users cannot establish VPNs");
1082 updateState(DetailedState.CONNECTING, "establish");
1683 throw new SecurityException("Restricted users cannot establish VPNs");

Completed in 64 milliseconds