Searched defs:mGlobalProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java327 private ProxyProperties mGlobalProxy = null; field in class:ConnectivityService
3057 if (proxyProperties == mGlobalProxy) return;
3058 if (proxyProperties != null && proxyProperties.equals(mGlobalProxy)) return;
3059 if (mGlobalProxy != null && mGlobalProxy.equals(proxyProperties)) return;
3065 mGlobalProxy = new ProxyProperties(proxyProperties);
3066 host = mGlobalProxy.getHost();
3067 port = mGlobalProxy.getPort();
3068 exclList = mGlobalProxy.getExclusionList();
3070 mGlobalProxy
[all...]

Completed in 10 milliseconds