Searched refs:getProxyForNetwork (Results 1 – 7 of 7) sorted by relevance
123 ProxyInfo getProxyForNetwork(in Network nework); in getProxyForNetwork() method
333 final ProxyInfo proxyInfo = cm.getProxyForNetwork(this); in openConnection()
3008 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityManager3010 return mService.getProxyForNetwork(network); in getProxyForNetwork()3027 return getProxyForNetwork(getBoundNetworkForProcess()); in getDefaultProxy()
6303 assertEquals(testProxyInfo, mService.getProxyForNetwork(wifiNetwork)); in testGetGlobalProxyForNetwork()6312 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()6320 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForActiveNetwork()6331 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()6351 assertEquals(testProxyInfo, mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()6352 assertEquals(testProxyInfo, mService.getProxyForNetwork(null)); in testGetProxyForVPN()6353 assertNull(mService.getProxyForNetwork(mWiFiNetworkAgent.getNetwork())); in testGetProxyForVPN()6359 assertNull(mService.getProxyForNetwork(vpnNetworkAgent.getNetwork())); in testGetProxyForVPN()6360 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()6366 assertNull(mService.getProxyForNetwork(null)); in testGetProxyForVPN()[all …]
4150 public ProxyInfo getProxyForNetwork(Network network) { in getProxyForNetwork() method in ConnectivityService
6302 Proxy.setHttpProxySystemProperty(service.getProxyForNetwork(null)); in handleBindApplication()
815 HSPLcom/android/server/ConnectivityService;->getProxyForNetwork(Landroid/net/Network;)Landroid/net/…