Searched refs:getBoundNetworkForProcess (Results 1 – 7 of 7) sorted by relevance
110 assertEquals(0, NetworkUtils.getBoundNetworkForProcess()); in testSetprocnetwork()133 assertNull(mCM.getBoundNetworkForProcess()); in testSetprocnetwork()140 assertEquals(network, new Network(mCM.getBoundNetworkForProcess())); in testSetprocnetwork()
226 Network def = mConnectivityManager.getBoundNetworkForProcess(); in bindToNetwork()368 Network defNetwork = mConnectivityManager.getBoundNetworkForProcess(); in getNetworkItem()
83 public static int getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in NetworkUtils
3226 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()4931 boolean isSameNetId = (netId == NetworkUtils.getBoundNetworkForProcess()); in setProcessDefaultNetwork()4967 public Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityManager4985 int netId = NetworkUtils.getBoundNetworkForProcess(); in getProcessDefaultNetwork()
75 method @Nullable public android.net.Network getBoundNetworkForProcess();
527 public synchronized Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityServiceTest.WrappedConnectivityManager5876 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithCellDefault()5881 assertEquals(mWiFiNetworkAgent.getNetwork(), mCm.getBoundNetworkForProcess()); in assertPinnedToWifiWithWifiDefault()5886 assertNull(mCm.getBoundNetworkForProcess()); in assertNotPinnedToWifi()5895 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()5898 assertNull(mCm.getBoundNetworkForProcess()); in testNetworkPinner()
1141 Landroid/net/NetworkUtils;->getBoundNetworkForProcess()I