Searched refs:getBoundNetworkForProcess (Results 1 – 8 of 8) sorted by relevance
94 if (sCM.getBoundNetworkForProcess() == null && sNetwork == null) { in onAvailable()108 if (network.equals(sNetwork) && network.equals(sCM.getBoundNetworkForProcess())) { in onLost()
76 public native static int getBoundNetworkForProcess(); in getBoundNetworkForProcess() method in NetworkUtils
3059 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()4560 boolean isSameNetId = (netId == NetworkUtils.getBoundNetworkForProcess()); in setProcessDefaultNetwork()4596 public Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityManager4614 int netId = NetworkUtils.getBoundNetworkForProcess(); in getProcessDefaultNetwork()
374 public synchronized Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityServiceTest.WrappedConnectivityManager4500 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithCellDefault()4505 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithWifiDefault()4510 assertNull(mCm.getBoundNetworkForProcess()); in assertNotPinnedToWifi()4519 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()4522 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()
9938 HSPLandroid/net/ConnectivityManager;->getBoundNetworkForProcess()Landroid/net/Network;
44841 Landroid/net/NetworkUtils;->getBoundNetworkForProcess()I
28637 method @Nullable public android.net.Network getBoundNetworkForProcess();
28767 method @Nullable public android.net.Network getBoundNetworkForProcess();