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

/frameworks/base/core/java/android/net/
H A DProxyProperties.java32 public class ProxyProperties implements Parcelable { class in inherits:Parcelable
44 public ProxyProperties(String host, int port, String exclList) { method in class:ProxyProperties
50 public ProxyProperties(String pacFileUrl) { method in class:ProxyProperties
58 public ProxyProperties(String pacFileUrl, int localProxyPort) { method in class:ProxyProperties
65 private ProxyProperties(String host, int port, String exclList, String[] parsedExclList) { method in class:ProxyProperties
74 public ProxyProperties(ProxyProperties source) { method in class:ProxyProperties
180 sb.append("[ProxyProperties.mHost == null]");
187 if (!(o instanceof ProxyProperties)) return false;
188 ProxyProperties
[all...]

Completed in 211 milliseconds