Searched refs:bindProcessToNetwork (Results 1 – 9 of 9) sorted by relevance
95 sCM.bindProcessToNetwork(network); in onAvailable()136 sCM.bindProcessToNetwork(null); in unpin()
118 if (!mCm.bindProcessToNetwork(mNetwork)) { in onCreate()
70 public native static boolean bindProcessToNetwork(int netId); in bindProcessToNetwork() method in NetworkUtils
4530 public boolean bindProcessToNetwork(@Nullable Network network) { in bindProcessToNetwork() method in ConnectivityManager4566 if (!NetworkUtils.bindProcessToNetwork(netId)) { in setProcessDefaultNetwork()
163 mCm.bindProcessToNetwork(network); in setNetwork()
369 public synchronized boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork() method in ConnectivityServiceTest.WrappedConnectivityManager1252 mCm.bindProcessToNetwork(null); in setUp()
28630 method public boolean bindProcessToNetwork(@Nullable android.net.Network);
28760 method public boolean bindProcessToNetwork(@Nullable android.net.Network);
44837 Landroid/net/NetworkUtils;->bindProcessToNetwork(I)Z