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

  /frameworks/base/core/java/android/net/
LinkProperties.java 56 private ProxyInfo mHttpProxy;
104 mHttpProxy = (source.getHttpProxy() == null) ?
462 mHttpProxy = proxy;
471 return mHttpProxy;
536 mHttpProxy = null;
573 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " ");
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 143 private ProxyInfo mHttpProxy = null;
483 mStaticIpConfiguration, mHttpProxy));
503 mHttpProxy = null;
518 mHttpProxy = new ProxyInfo(host, port, exclusionList);
532 mHttpProxy = new ProxyInfo(uri);
    [all...]

Completed in 50 milliseconds