Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DProxyTracker.java162 String pacFileUrl = Settings.Global.getString(res, GLOBAL_HTTP_PROXY_PAC); in loadGlobalProxy() local
254 final String pacFileUrl; in setGlobalProxy() local
/frameworks/base/core/java/android/net/
DProxy.java249 Uri pacFileUrl = Uri.EMPTY; in setHttpProxySystemProperty() local
261 Uri pacFileUrl) { in setHttpProxySystemProperty()
DProxyInfo.java118 public ProxyInfo(@NonNull Uri pacFileUrl) { in ProxyInfo()
133 public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) { in ProxyInfo()
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java269 String pacFileUrl = null; in readIpConfigurations() local
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java286 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local