Searched refs:getProxyForNetwork (Results 1 – 9 of 9) sorted by relevance
119 ProxyInfo getProxyForNetwork(in Network nework); in getProxyForNetwork() method
326 final ProxyInfo proxyInfo = cm.getProxyForNetwork(this); in openConnection()
3040 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityManager3042 return mService.getProxyForNetwork(network); in getProxyForNetwork()3059 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()
6583 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 …]
6342 Proxy.setHttpProxySystemProperty(service.getProxyForNetwork(null)); in handleBindApplication()
4381 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityService
9950 HSPLandroid/net/ConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyIn…10001 HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid…
42684 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;
815 HSPLcom/android/server/ConnectivityService;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/…