Searched refs:proxySpec (Results 1 – 3 of 3) sorted by relevance
1550 public ComponentName setGlobalProxy(ComponentName admin, Proxy proxySpec, in setGlobalProxy() argument1552 if (proxySpec == null) { in setGlobalProxy()1559 if (proxySpec.equals(Proxy.NO_PROXY)) { in setGlobalProxy()1563 if (!proxySpec.type().equals(Proxy.Type.HTTP)) { in setGlobalProxy()1566 InetSocketAddress sa = (InetSocketAddress)proxySpec.address(); in setGlobalProxy()
83 …ComponentName setGlobalProxy(in ComponentName admin, String proxySpec, String exclusionList, int u… in setGlobalProxy() argument
3235 public ComponentName setGlobalProxy(ComponentName who, String proxySpec, in setGlobalProxy() argument3269 if (proxySpec == null) { in setGlobalProxy()3276 admin.globalProxySpec = proxySpec; in setGlobalProxy()3342 private void saveGlobalProxyLocked(String proxySpec, String exclusionList) { in saveGlobalProxyLocked() argument3346 if (proxySpec == null) { in saveGlobalProxyLocked()3347 proxySpec = ""; in saveGlobalProxyLocked()3350 proxySpec = proxySpec.trim(); in saveGlobalProxyLocked()3351 String data[] = proxySpec.split(":"); in saveGlobalProxyLocked()