HomeSort by relevance Sort by last modified time
    Searched defs:proxyProperties (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 25 import android.net.ProxyProperties;
543 ProxyProperties proxy = config.linkProperties.getHttpProxy();
553 * @return ProxyProperties for the network id
555 ProxyProperties getProxyProperties(int netId) {
558 return new ProxyProperties(linkProperties.getHttpProxy());
762 ProxyProperties proxyProperties = linkProperties.getHttpProxy();
763 String exclusionList = proxyProperties.getExclusionList();
767 out.writeUTF(proxyProperties.getHost());
769 out.writeInt(proxyProperties.getPort())
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 27 import android.net.ProxyProperties;
461 ProxyProperties proxyProperties= new ProxyProperties(host, port, exclusionList);
462 mLinkProperties.setHttpProxy(proxyProperties);
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 71 import android.net.ProxyProperties;
357 private ProxyProperties mDefaultProxy = null;
362 private ProxyProperties mGlobalProxy = null;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 49 import android.net.ProxyProperties;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 54 import android.net.ProxyProperties;
    [all...]

Completed in 395 milliseconds