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

  /frameworks/base/core/java/android/net/
ProxyProperties.java 78 mPacFileUrl = source.getPacFileUrl();
92 public String getPacFileUrl() {
192 return mPacFileUrl.equals(p.getPacFileUrl()) && mPort == p.mPort;
194 if (!TextUtils.isEmpty(p.getPacFileUrl())) {
Proxy.java 323 pacFileUrl = p.getPacFileUrl();
  /frameworks/base/services/java/com/android/server/connectivity/
PacManager.java 164 if (!TextUtils.isEmpty(proxy.getPacFileUrl())) {
165 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) {
170 mPacUrl = proxy.getPacFileUrl();
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 247 config.linkProperties.getHttpProxy().getPacFileUrl());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 643 milliseconds