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

/frameworks/base/core/java/android/net/
H A DProxyProperties.java33 public class ProxyProperties implements Parcelable { class in inherits:Parcelable
40 public ProxyProperties(String host, int port, String exclList) { method in class:ProxyProperties
46 private ProxyProperties(String host, int port, String exclList, String[] parsedExclList) { method in class:ProxyProperties
54 public ProxyProperties(ProxyProperties source) { method in class:ProxyProperties
141 sb.append("[ProxyProperties.mHost == null]");
148 if (!(o instanceof ProxyProperties)) return false;
149 ProxyProperties p = (ProxyProperties)o;
198 public static final Creator<ProxyProperties> CREATO
[all...]

Completed in 1258 milliseconds