Searched refs:buildPacProxy (Results 1 – 15 of 15) sorted by relevance
87 final ProxyInfo proxy1 = ProxyInfo.buildPacProxy(TEST_URI); in testBuildPacProxy()95 final ProxyInfo proxy2 = ProxyInfo.buildPacProxy(TEST_URI, TEST_PORT); in testBuildPacProxy()
127 ProxyInfo.buildPacProxy(Uri.EMPTY)); in onReceive()167 final ProxyInfo proxy = ProxyInfo.buildPacProxy(pacProxyUrl); in testSetCurrentProxyScriptUrl()
94 val pacInfo = ProxyInfo.buildPacProxy(Uri.parse("http://testpac.android.com/pac.pac")) in testSetHttpProxyConfiguration_PacProxy()
91 public static ProxyInfo buildPacProxy(Uri pacUri) { in buildPacProxy() method in ProxyInfo100 public static ProxyInfo buildPacProxy(@NonNull Uri pacUrl, int port) { in buildPacProxy() method in ProxyInfo
684 return ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in getGlobalProxy()
20 import static android.net.ProxyInfo.buildPacProxy;334 ipConfig.setHttpProxy(buildPacProxy(Uri.parse(pacUrl))); in updateForProxy()
214 ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in readIpConfigurations()
1119 ProxyInfo.buildPacProxy(Uri.parse(proxyPacFile))); in parseFromXml()
192 proxyProperties = ProxyInfo.buildPacProxy(Uri.parse(pacFileUrl)); in loadGlobalProxy()
681 ProxyInfo.buildPacProxy(Uri.parse(proxyPacFile))); in parseIpConfigurationFromXml()
424 method public static android.net.ProxyInfo buildPacProxy(android.net.Uri);425 … method @NonNull public static android.net.ProxyInfo buildPacProxy(@NonNull android.net.Uri, int);
263 proxyInfo = ProxyInfo.buildPacProxy(Uri.parse(pacProxyPath)); in generateIpConfig()
860 mHttpProxy = ProxyInfo.buildPacProxy(uri); in ipAndProxyFieldsAreValid()
882 mHttpProxy = ProxyInfo.buildPacProxy(uri); in ipAndProxyFieldsAreValid()
3507 httpProxyCopy = ProxyInfo.buildPacProxy(httpProxy.getPacFileUrl(), httpProxy.getPort()); in setHttpProxy()