HomeSort by relevance Sort by last modified time
    Searched defs:proxyProperties (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 25 import android.net.ProxyProperties;
591 ProxyProperties proxy = config.linkProperties.getHttpProxy();
601 * @return ProxyProperties for the network id
603 ProxyProperties getProxyProperties(int netId) {
606 return new ProxyProperties(linkProperties.getHttpProxy());
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 27 import android.net.ProxyProperties;
470 ProxyProperties proxyProperties= new ProxyProperties(host, port, exclusionList);
471 mLinkProperties.setHttpProxy(proxyProperties);
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 59 import android.net.ProxyProperties;
    [all...]
ConnectivityService.java 75 import android.net.ProxyProperties;
407 private ProxyProperties mDefaultProxy = null;
412 private ProxyProperties mGlobalProxy = null;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 49 import android.net.ProxyProperties;
    [all...]

Completed in 101 milliseconds