HomeSort by relevance Sort by last modified time
    Searched refs:pacFileUrl (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/net/
Proxy.java 318 String pacFileUrl = null;
323 pacFileUrl = p.getPacFileUrl();
325 setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
330 String pacFileUrl) {
354 if (!TextUtils.isEmpty(pacFileUrl)) {
ProxyProperties.java 50 public ProxyProperties(String pacFileUrl) {
54 mPacFileUrl = pacFileUrl;
58 public ProxyProperties(String pacFileUrl, int localProxyPort) {
62 mPacFileUrl = pacFileUrl;
  /frameworks/base/core/java/android/app/
IApplicationThread.java 105 String pacFileUrl) throws RemoteException;
ApplicationThreadNative.java 341 final String pacFileUrl = data.readString();
342 setHttpProxy(proxy, port, exclList, pacFileUrl);
    [all...]
ActivityThread.java 788 public void setHttpProxy(String host, String port, String exclList, String pacFileUrl) {
789 Proxy.setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 385 milliseconds