Searched refs:bindProcessToNetwork (Results 1 – 8 of 8) sorted by relevance
95 sCM.bindProcessToNetwork(network); in onAvailable()136 sCM.bindProcessToNetwork(null); in unpin()
118 if (!mCm.bindProcessToNetwork(mNetwork)) { in onCreate()
78 public native static boolean bindProcessToNetwork(int netId); in bindProcessToNetwork() method in NetworkUtils
4262 public boolean bindProcessToNetwork(@Nullable Network network) { in bindProcessToNetwork() method in ConnectivityManager4298 if (!NetworkUtils.bindProcessToNetwork(netId)) { in setProcessDefaultNetwork()
164 mCm.bindProcessToNetwork(network); in setNetwork()
303 public synchronized boolean bindProcessToNetwork(Network network) { in bindProcessToNetwork() method in ConnectivityServiceTest.WrappedConnectivityManager1323 mCm.bindProcessToNetwork(null); in setUp()
28421 method public boolean bindProcessToNetwork(@Nullable android.net.Network);
48112 Landroid/net/NetworkUtils;->bindProcessToNetwork(I)Z