Searched refs:proxySpec (Results 1 – 3 of 3) sorted by relevance
2393 public ComponentName setGlobalProxy(@NonNull ComponentName admin, Proxy proxySpec, in setGlobalProxy() argument2396 if (proxySpec == null) { in setGlobalProxy()2403 if (proxySpec.equals(Proxy.NO_PROXY)) { in setGlobalProxy()2407 if (!proxySpec.type().equals(Proxy.Type.HTTP)) { in setGlobalProxy()2410 InetSocketAddress sa = (InetSocketAddress)proxySpec.address(); in setGlobalProxy()
89 ComponentName setGlobalProxy(in ComponentName admin, String proxySpec, String exclusionList); in setGlobalProxy() argument
4857 public ComponentName setGlobalProxy(ComponentName who, String proxySpec, in setGlobalProxy() argument4888 if (proxySpec == null) { in setGlobalProxy()4895 admin.globalProxySpec = proxySpec; in setGlobalProxy()4963 private void saveGlobalProxyLocked(String proxySpec, String exclusionList) { in saveGlobalProxyLocked() argument4967 if (proxySpec == null) { in saveGlobalProxyLocked()4968 proxySpec = ""; in saveGlobalProxyLocked()4971 proxySpec = proxySpec.trim(); in saveGlobalProxyLocked()4972 String data[] = proxySpec.split(":"); in saveGlobalProxyLocked()