Searched defs:pacFileUrl (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DProxyProperties.java50 public ProxyProperties(String pacFileUrl) { argument
54 mPacFileUrl = pacFileUrl;
58 public ProxyProperties(String pacFileUrl, int localProxyPort) { argument
62 mPacFileUrl = pacFileUrl;
H A DProxy.java318 String pacFileUrl = null;
323 pacFileUrl = p.getPacFileUrl();
325 setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
330 String pacFileUrl) {
354 if (!TextUtils.isEmpty(pacFileUrl)) {
329 setHttpProxySystemProperty(String host, String port, String exclList, String pacFileUrl) argument
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java341 final String pacFileUrl = data.readString();
342 setHttpProxy(proxy, port, exclList, pacFileUrl);
1004 String pacFileUrl) throws RemoteException {
1010 data.writeString(pacFileUrl);
1003 setHttpProxy(String proxy, String port, String exclList, String pacFileUrl) argument
H A DIApplicationThread.java105 String pacFileUrl) throws RemoteException;
104 setHttpProxy(String proxy, String port, String exclList, String pacFileUrl) argument
H A DActivityThread.java788 public void setHttpProxy(String host, String port, String exclList, String pacFileUrl) { argument
789 Proxy.setHttpProxySystemProperty(host, port, exclList, pacFileUrl);

Completed in 106 milliseconds