Searched defs:bindProcessToNetwork (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1197 * {@link #bindProcessToNetwork} and {@link Network#getSocketFactory} API.
1217 * {@link #bindProcessToNetwork} API.
1343 * {@link ConnectivityManager#bindProcessToNetwork} this function will not
1819 * {@link #bindProcessToNetwork} then that {@code Network}'s proxy is returned, otherwise
2603 * {@code bindProcessToNetwork}.
2609 public boolean bindProcessToNetwork(Network network) { method in class:ConnectivityManager
2633 * {@link #bindProcessToNetwork} instead. {@code bindProcessToNetwork}
2641 if (NetworkUtils.bindProcessToNetwork(netId)) {
2663 * {@link #bindProcessToNetwork}, o
[all...]
H A DNetworkUtils.java156 public native static boolean bindProcessToNetwork(int netId); method in class:NetworkUtils
159 * Return the netId last passed to {@link #bindProcessToNetwork}, or NETID_UNSET if
160 * {@link #unbindProcessToNetwork} has been called since {@link #bindProcessToNetwork}.
166 * {@link #bindProcessToNetwork} takes precedence over this setting. Passing NETID_UNSET clears
175 * overrides any binding via {@link #bindProcessToNetwork}.

Completed in 289 milliseconds