Searched refs:getBoundNetworkForProcess (Results 1 – 7 of 7) sorted by relevance
116 assertEquals(0, NetworkUtils.getBoundNetworkForProcess()); in testSetprocnetwork()139 assertNull(mCM.getBoundNetworkForProcess()); in testSetprocnetwork()146 assertEquals(network, new Network(mCM.getBoundNetworkForProcess())); in testSetprocnetwork()
222 Network def = mConnectivityManager.getBoundNetworkForProcess(); in bindToNetwork()364 Network defNetwork = mConnectivityManager.getBoundNetworkForProcess(); in getNetworkItem()
83 public static int getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in NetworkUtils
3752 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()5532 boolean isSameNetId = (netId == NetworkUtils.getBoundNetworkForProcess()); in setProcessDefaultNetwork()5568 public Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityManager5586 int netId = NetworkUtils.getBoundNetworkForProcess(); in getProcessDefaultNetwork()
75 method @Nullable public android.net.Network getBoundNetworkForProcess();
673 public synchronized Network getBoundNetworkForProcess() { in getBoundNetworkForProcess() method in ConnectivityServiceTest.WrappedConnectivityManager7466 assertEquals(mWiFiAgent.getNetwork(), mCm.getBoundNetworkForProcess());7471 assertEquals(mWiFiAgent.getNetwork(), mCm.getBoundNetworkForProcess());7476 assertNull(mCm.getBoundNetworkForProcess());7485 assertNull(mCm.getBoundNetworkForProcess());7488 assertNull(mCm.getBoundNetworkForProcess());
1141 Landroid/net/NetworkUtils;->getBoundNetworkForProcess()I