Searched refs:getProxyForNetwork (Results 1 – 7 of 7) sorted by relevance
118 ProxyInfo getProxyForNetwork(in Network nework); in getProxyForNetwork() method
3001 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityManager3003 return mService.getProxyForNetwork(network); in getProxyForNetwork()3020 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()
6575 assertEquals(testProxyInfo, mService.getProxyForNetwork(wifiNetwork)); in testGetGlobalProxyForNetwork()6584 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()6592 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()6603 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()6624 assertEquals(testProxyInfo, mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()6625 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForVPN()6626 assertNull(mService.getProxyForNetwork(mWiFiNetworkAgent.getNetwork())); in testGetProxyForVPN()6632 assertNull(mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()6633 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()6639 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()[all …]
4389 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityService
6553 Proxy.setHttpProxySystemProperty(service.getProxyForNetwork(null)); in handleBindApplication()
13755 HSPLandroid/net/ConnectivityManager;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/ProxyIn…13801 HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getProxyForNetwork(Landroid/net/Network;)Landroid…
1964 HSPLcom/android/server/ConnectivityService;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/…