HomeSort by relevance Sort by last modified time
    Searched defs:pacFileUrl (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/net/
Proxy.java 246 Uri pacFileUrl = Uri.EMPTY;
251 pacFileUrl = p.getPacFileUrl();
253 setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
258 Uri pacFileUrl) {
282 if (!Uri.EMPTY.equals(pacFileUrl)) {
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 211 String pacFileUrl = null;
270 pacFileUrl = in.readUTF();
313 ProxyInfo proxyPacProperties = new ProxyInfo(pacFileUrl);
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 1153 milliseconds