Searched defs:getHttpProxy (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/net/
H A DIpConfiguration.java121 public ProxyInfo getHttpProxy() { method in class:IpConfiguration
H A DLinkProperties.java156 mHttpProxy = (source.getHttpProxy() == null) ?
157 null : new ProxyInfo(source.getHttpProxy());
536 public ProxyInfo getHttpProxy() { method in class:LinkProperties
894 return getHttpProxy() == null ? target.getHttpProxy() == null :
895 getHttpProxy().equals(target.getHttpProxy());
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1800 public ProxyInfo getHttpProxy() { method in class:WifiConfiguration

Completed in 167 milliseconds