Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DProxyInfo.java39 public class ProxyInfo implements Parcelable { class
94 public ProxyInfo(String host, int port, String exclList) { in ProxyInfo() method in ProxyInfo
105 public ProxyInfo(Uri pacFileUrl) { in ProxyInfo() method in ProxyInfo
119 public ProxyInfo(String pacFileUrl) { in ProxyInfo() method in ProxyInfo
130 public ProxyInfo(Uri pacFileUrl, int localProxyPort) { in ProxyInfo() method in ProxyInfo
140 private ProxyInfo(String host, int port, String exclList, String[] parsedExclList) { in ProxyInfo() method in ProxyInfo
152 public ProxyInfo(ProxyInfo source) { in ProxyInfo() method in ProxyInfo