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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2522 public void setGlobalProxy(ProxyInfo proxyProperties) { argument
2526 if (proxyProperties == mGlobalProxy) return;
2527 if (proxyProperties != null && proxyProperties.equals(mGlobalProxy)) return;
2528 if (mGlobalProxy != null && mGlobalProxy.equals(proxyProperties)) return;
2534 if (proxyProperties != null && (!TextUtils.isEmpty(proxyProperties.getHost()) ||
2535 (proxyProperties.getPacFileUrl() != null))) {
2536 if (!proxyProperties.isValid()) {
2538 log("Invalid proxy properties, ignoring: " + proxyProperties
[all...]

Completed in 55 milliseconds