Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DProxyProperties.java33 public class ProxyProperties implements Parcelable { class
40 public ProxyProperties(String host, int port, String exclList) { in ProxyProperties() method in ProxyProperties
46 private ProxyProperties(String host, int port, String exclList, String[] parsedExclList) { in ProxyProperties() method in ProxyProperties
54 public ProxyProperties(ProxyProperties source) { in ProxyProperties() method in ProxyProperties