HomeSort by relevance Sort by last modified time
    Searched defs:ProxyInfo (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
proxyinfo.cc 11 #include "webrtc/base/proxyinfo.h"
20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) {
22 ProxyInfo::~ProxyInfo() = default;
proxyinfo.h 28 struct ProxyInfo {
37 ProxyInfo();
38 ~ProxyInfo();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 26 import android.net.ProxyInfo;
101 conf.setHttpProxy(ProxyInfo.buildPacProxy(Uri.parse(pacProxyUrl)));
117 ProxyInfo httpProxy = conf.getHttpProxy();
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
WifiConfigCreator.java 26 import android.net.ProxyInfo;
101 conf.setHttpProxy(ProxyInfo.buildPacProxy(Uri.parse(pacProxyUrl)));
117 ProxyInfo httpProxy = conf.getHttpProxy();
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnConnection.java 23 import android.net.ProxyInfo;
349 builder.setHttpProxy(ProxyInfo.buildDirectProxy(mProxyHostName, mProxyHostPort));
  /external/python/pyasn1-modules/pyasn1_modules/
rfc3281.py 94 class ProxyInfo(univ.SequenceOf):
98 ProxyInfo.componentType = Targets()
  /external/python/httplib2/python3/httplib2/
__init__.py 66 "ProxyInfo",
957 class ProxyInfo(object):
    [all...]
  /external/python/httplib2/python2/httplib2/
__init__.py 141 "ProxyInfo",
989 class ProxyInfo(object):
    [all...]

Completed in 931 milliseconds