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

  /frameworks/base/core/java/android/net/
ProxyInfo.java 105 public ProxyInfo(Uri pacFileUrl) {
109 if (pacFileUrl == null) {
112 mPacFileUrl = pacFileUrl;
119 public ProxyInfo(String pacFileUrl) {
123 mPacFileUrl = Uri.parse(pacFileUrl);
130 public ProxyInfo(Uri pacFileUrl, int localProxyPort) {
134 if (pacFileUrl == null) {
137 mPacFileUrl = pacFileUrl;
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 268 String pacFileUrl = null;
332 pacFileUrl = in.readUTF();
375 ProxyInfo proxyPacProperties = new ProxyInfo(pacFileUrl);
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 103 in Uri pacFileUrl);
ActivityThread.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 117 milliseconds