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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java605 public void setGlobalProxy(ProxyInfo proxyProperties) { argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3407 public void setGlobalProxy(ProxyInfo proxyProperties) { argument
3411 if (proxyProperties == mGlobalProxy) return;
3412 if (proxyProperties != null && proxyProperties.equals(mGlobalProxy)) return;
3413 if (mGlobalProxy != null && mGlobalProxy.equals(proxyProperties)) return;
3419 if (proxyProperties != null && (!TextUtils.isEmpty(proxyProperties.getHost()) ||
3420 !Uri.EMPTY.equals(proxyProperties.getPacFileUrl()))) {
3421 if (!proxyProperties.isValid()) {
3423 log("Invalid proxy properties, ignoring: " + proxyProperties
[all...]

Completed in 112 milliseconds