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

  /frameworks/base/core/java/android/net/
LinkProperties.java 104 mHttpProxy = (source.getHttpProxy() == null) ?
105 null : new ProxyInfo(source.getHttpProxy());
470 public ProxyInfo getHttpProxy() {
777 return getHttpProxy() == null ? target.getHttpProxy() == null :
778 getHttpProxy().equals(target.getHttpProxy());
    [all...]
IpConfiguration.java 121 public ProxyInfo getHttpProxy() {
Network.java 254 if (lp != null) proxyInfo = lp.getHttpProxy();
ConnectivityManager.java     [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 295 linkProperties.setHttpProxy(config.getHttpProxy());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java 333 return mInitialConfiguration.getIpConfiguration().getHttpProxy();
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 678 final ProxyInfo proxyInfo = mNetworkAgentInfo.linkProperties.getHttpProxy();
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 356 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 1600 milliseconds