Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DProxyInfo.java118 public ProxyInfo(@NonNull Uri pacFileUrl) { in ProxyInfo()
133 public ProxyInfo(String pacFileUrl) { in ProxyInfo()
145 public ProxyInfo(@NonNull 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/opt/net/wifi/service/java/com/android/server/wifi/util/
DIpConfigStore.java107 String pacFileUrl = null; in readIpConfigurations() local
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java268 String pacFileUrl = null; in readIpConfigurations() local
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java285 String pacFileUrl = (values.length > 18) ? values[18] : ""; in decode() local