Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DProxyInfo.java44 public class ProxyInfo implements Parcelable { class
111 public ProxyInfo(String host, int port, String exclList) { in ProxyInfo() method in ProxyInfo
123 public ProxyInfo(@NonNull Uri pacFileUrl) { in ProxyInfo() method in ProxyInfo
138 public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) { in ProxyInfo() method in ProxyInfo
157 private ProxyInfo(String host, int port, String exclList, String[] parsedExclList) { in ProxyInfo() method in ProxyInfo
168 public ProxyInfo(@Nullable ProxyInfo source) { in ProxyInfo() method in ProxyInfo