Home
last modified time | relevance | path

Searched defs:pacFileUrl (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DProxyInfo.java108 public ProxyInfo(Uri pacFileUrl) { in ProxyInfo()
123 public ProxyInfo(String pacFileUrl) { in ProxyInfo()
135 public ProxyInfo(Uri pacFileUrl, int localProxyPort) { in ProxyInfo()
DProxy.java249 Uri pacFileUrl = Uri.EMPTY; in setHttpProxySystemProperty() local
261 Uri pacFileUrl) { in setHttpProxySystemProperty()
/frameworks/base/services/core/java/com/android/server/connectivity/
DProxyTracker.java156 String pacFileUrl = Settings.Global.getString(res, GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local
242 final String pacFileUrl; in setGlobalProxy() local
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java167 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java268 String pacFileUrl = null; in readIpConfigurations() local