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

/frameworks/base/core/java/android/net/
H A DLinkProperties.java86 mHttpProxy = (source.getHttpProxy() == null) ?
87 null : new ProxyProperties(source.getHttpProxy());
133 public ProxyProperties getHttpProxy() { method in class:LinkProperties
227 return getHttpProxy() == null ? target.getHttpProxy() == null :
228 getHttpProxy().equals(target.getHttpProxy());

Completed in 58 milliseconds