Searched refs:proxySpec (Results 1 – 3 of 3) sorted by relevance
4196 public @Nullable ComponentName setGlobalProxy(@NonNull ComponentName admin, Proxy proxySpec, in setGlobalProxy() argument4199 if (proxySpec == null) { in setGlobalProxy()4206 if (proxySpec.equals(Proxy.NO_PROXY)) { in setGlobalProxy()4210 if (!proxySpec.type().equals(Proxy.Type.HTTP)) { in setGlobalProxy()4213 InetSocketAddress sa = (InetSocketAddress)proxySpec.address(); in setGlobalProxy()
105 ComponentName setGlobalProxy(in ComponentName admin, String proxySpec, String exclusionList); in setGlobalProxy() argument
6878 public ComponentName setGlobalProxy(ComponentName who, String proxySpec, in setGlobalProxy() argument6909 if (proxySpec == null) { in setGlobalProxy()6916 admin.globalProxySpec = proxySpec; in setGlobalProxy()6980 private void saveGlobalProxyLocked(String proxySpec, String exclusionList) { in saveGlobalProxyLocked() argument6984 if (proxySpec == null) { in saveGlobalProxyLocked()6985 proxySpec = ""; in saveGlobalProxyLocked()6988 proxySpec = proxySpec.trim(); in saveGlobalProxyLocked()6989 String data[] = proxySpec.split(":"); in saveGlobalProxyLocked()