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

  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 111 ProxyInfo proxyProperties = config.httpProxy;
112 String exclusionList = proxyProperties.getExclusionListAsString();
116 out.writeUTF(proxyProperties.getHost());
118 out.writeInt(proxyProperties.getPort());
  /frameworks/base/core/java/android/net/
ProxyInfo.java 91 * Create a ProxyProperties that points at a HTTP Proxy.
102 * Create a ProxyProperties that points at a PAC URL.
116 * Create a ProxyProperties that points at a PAC URL.
266 sb.append("[ProxyProperties.mHost == null]");
353 ProxyInfo proxyProperties =
355 return proxyProperties;
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 234 milliseconds