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

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java305 private ProxyProperties mGlobalProxy = null; field in class:ConnectivityService
2714 if (proxyProperties == mGlobalProxy) return;
2715 if (proxyProperties != null && proxyProperties.equals(mGlobalProxy)) return;
2716 if (mGlobalProxy != null && mGlobalProxy.equals(proxyProperties)) return;
2722 mGlobalProxy = new ProxyProperties(proxyProperties);
2723 host = mGlobalProxy.getHost();
2724 port = mGlobalProxy.getPort();
2725 exclList = mGlobalProxy.getExclusionList();
2727 mGlobalProxy
[all...]

Completed in 85 milliseconds