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

  /frameworks/base/core/java/android/net/
LinkProperties.java 86 mHttpProxy = (source.getHttpProxy() == null) ?
87 null : new ProxyProperties(source.getHttpProxy());
133 public ProxyProperties getHttpProxy() {
227 return getHttpProxy() == null ? target.getHttpProxy() == null :
228 getHttpProxy().equals(target.getHttpProxy());
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 501 linkProperties.setHttpProxy(config.linkProperties.getHttpProxy());
516 ProxyProperties proxy = config.linkProperties.getHttpProxy();
530 return new ProxyProperties(linkProperties.getHttpProxy());
690 ProxyProperties proxyProperties = linkProperties.getHttpProxy();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 549 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 669 ProxyProperties proxyProperties = config.linkProperties.getHttpProxy();
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 379 milliseconds