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()
111 public synchronized Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityServiceTest.WrappedConnectivityManager1719 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithCellDefault()1724 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithWifiDefault()1729 assertNull(mCm.getBoundNetworkForProcess()); in assertNotPinnedToWifi()1738 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()1741 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()
68 public native static int getBoundNetworkForProcess(); in getBoundNetworkForProcess() method in NetworkUtils
2316 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()3213 if (netId == NetworkUtils.getBoundNetworkForProcess()) { in setProcessDefaultNetwork()3242 public Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityManager3258 int netId = NetworkUtils.getBoundNetworkForProcess(); in getProcessDefaultNetwork()
908 final Network network = cm.getBoundNetworkForProcess(); in setHttpProxy()
23371 method public android.net.Network getBoundNetworkForProcess();
25143 method public android.net.Network getBoundNetworkForProcess();
23440 method public android.net.Network getBoundNetworkForProcess();