Home
last modified time | relevance | path

Searched refs:getProxyForNetwork (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl133 ProxyInfo getProxyForNetwork(in Network nework); in getProxyForNetwork() method
DNetwork.java325 final ProxyInfo proxyInfo = cm.getProxyForNetwork(this); in openConnection()
DConnectivityManager.java3733 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityManager
3735 return mService.getProxyForNetwork(network); in getProxyForNetwork()
3752 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java11752 assertEquals(testProxyInfo, mService.getProxyForNetwork(wifiNetwork));
11761 assertNull(mService.getProxyForNetwork(null));
11769 assertEquals(testProxyInfo, mService.getProxyForNetwork(null));
11870 final ProxyInfo unstartedDefaultProxyInfo = mService.getProxyForNetwork(null);
11871 final ProxyInfo unstartedWifiProxyInfo = mService.getProxyForNetwork(
11890 assertNull(mService.getProxyForNetwork(mCellAgent.getNetwork()));
11900 final ProxyInfo startedDefaultProxyInfo = mService.getProxyForNetwork(null);
11901 final ProxyInfo startedWifiProxyInfo = mService.getProxyForNetwork(
11909 assertNull(mService.getProxyForNetwork(mCellAgent.getNetwork()));
11937 assertEquals(ethProxy, mService.getProxyForNetwork(null));
[all …]
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt98 Landroid/net/ConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyInfo;
198 Landroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid/ne…
342 Landroid/net/IConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyInfo;
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1744 assertEquals(expected, mCM.getProxyForNetwork(network)); in assertNetworkHasExpectedProxy()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java7017 public ProxyInfo getProxyForNetwork(Network network) {