HomeSort by relevance Sort by last modified time
    Searched refs:ProxyProperties (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/net/
ProxyProperties.aidl 20 parcelable ProxyProperties;
ProxyProperties.java 32 public class ProxyProperties implements Parcelable {
44 public ProxyProperties(String host, int port, String exclList) {
50 public ProxyProperties(String pacFileUrl) {
58 public ProxyProperties(String pacFileUrl, int localProxyPort) {
65 private ProxyProperties(String host, int port, String exclList, String[] parsedExclList) {
74 public ProxyProperties(ProxyProperties source) {
169 sb.append("[ProxyProperties.mHost == null]");
176 if (!(o instanceof ProxyProperties)) return false;
177 ProxyProperties p = (ProxyProperties)o
    [all...]
IConnectivityManager.aidl 24 import android.net.ProxyProperties;
110 ProxyProperties getGlobalProxy();
112 void setGlobalProxy(in ProxyProperties p);
114 ProxyProperties getProxy();
LinkProperties.java 19 import android.net.ProxyProperties;
68 private ProxyProperties mHttpProxy;
104 null : new ProxyProperties(source.getHttpProxy());
274 public void setHttpProxy(ProxyProperties proxy) {
277 public ProxyProperties getHttpProxy() {
699 netProp.setHttpProxy((ProxyProperties)in.readParcelable(null));
ConnectivityManager.java     [all...]
Proxy.java 57 * <li><em>EXTRA_PROXY_INFO</em> - The ProxyProperties for the proxy. Non-null,
114 ProxyProperties proxyProperties = sConnectivityManager.getProxy();
116 if (proxyProperties != null) {
117 if (!proxyProperties.isExcluded(host)) {
118 return proxyProperties.makeProxy();
314 public static final void setHttpProxySystemProperty(ProxyProperties p) {
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 21 import android.net.ProxyProperties;
ProxyServer.java 18 import android.net.ProxyProperties;
  /frameworks/base/services/java/com/android/server/connectivity/
PacManager.java 28 import android.net.ProxyProperties;
163 public synchronized boolean setCurrentProxyScriptUrl(ProxyProperties proxy) {
274 sendPacBroadcast(new ProxyProperties(mPacUrl, mLastPort));
368 private void sendPacBroadcast(ProxyProperties proxy) {
377 sendPacBroadcast(new ProxyProperties(mPacUrl, mLastPort));
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 31 import android.net.ProxyProperties;
170 ProxyProperties proxy = cm.getGlobalProxy();
261 ProxyProperties p = new ProxyProperties(hostname, port, exclList);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 26 import android.net.ProxyProperties;
287 public void reqSetLinkPropertiesHttpProxy(ProxyProperties proxy) {
295 public void setLinkPropertiesHttpProxySync(ProxyProperties proxy) {
DataConnection.java 35 import android.net.ProxyProperties;
269 void setLinkPropertiesHttpProxy(ProxyProperties proxy) {
    [all...]
DcTracker.java 35 import android.net.ProxyProperties;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 25 import android.net.ProxyProperties;
591 ProxyProperties proxy = config.linkProperties.getHttpProxy();
601 * @return ProxyProperties for the network id
603 ProxyProperties getProxyProperties(int netId) {
606 return new ProxyProperties(linkProperties.getHttpProxy());
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 72 import android.net.ProxyProperties;
398 private ProxyProperties mDefaultProxy = null;
403 private ProxyProperties mGlobalProxy = null;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 27 import android.net.ProxyProperties;
463 ProxyProperties proxyProperties= new ProxyProperties(host, port, exclusionList);
464 mLinkProperties.setHttpProxy(proxyProperties);
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 26 import android.net.ProxyProperties;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 49 import android.net.ProxyProperties;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 129 import android.net.ProxyProperties;
    [all...]

Completed in 817 milliseconds