Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl119 ProxyInfo getProxyForNetwork(in Network nework); in getProxyForNetwork() method
DNetwork.java326 final ProxyInfo proxyInfo = cm.getProxyForNetwork(this); in openConnection()
DConnectivityManager.java3040 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityManager
3042 return mService.getProxyForNetwork(network); in getProxyForNetwork()
3059 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java6583 assertEquals(testProxyInfo, mService.getProxyForNetwork(wifiNetwork)); in testGetGlobalProxyForNetwork()
6592 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()
6600 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()
6611 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()
6632 assertEquals(testProxyInfo, mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()
6633 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForVPN()
6634 assertNull(mService.getProxyForNetwork(mWiFiNetworkAgent.getNetwork())); in testGetProxyForVPN()
6640 assertNull(mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()
6641 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()
6647 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()
[all …]
/frameworks/base/core/java/android/app/
DActivityThread.java6342 Proxy.setHttpProxySystemProperty(service.getProxyForNetwork(null)); in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4381 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityService
/frameworks/base/config/
Dboot-image-profile.txt9950 HSPLandroid/net/ConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyIn…
10001 HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid…
Dhiddenapi-greylist-max-o.txt42684 Landroid/net/ConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyInfo;
42855 Landroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid/ne…
42999 Landroid/net/IConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyInfo;
/frameworks/base/services/
Dart-profile815 HSPLcom/android/server/ConnectivityService;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/…