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

  /frameworks/base/core/java/android/net/
LinkProperties.java 56 private ProxyInfo mHttpProxy;
152 mHttpProxy = (source.getHttpProxy() == null) ?
524 mHttpProxy = proxy;
533 return mHttpProxy;
598 mHttpProxy = null;
635 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " ");
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 140 private ProxyInfo mHttpProxy = null;
482 mStaticIpConfiguration, mHttpProxy));
502 mHttpProxy = null;
517 mHttpProxy = new ProxyInfo(host, port, exclusionList);
531 mHttpProxy = new ProxyInfo(uri);
    [all...]

Completed in 467 milliseconds