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() {
756 return getHttpProxy() == null ? target.getHttpProxy() == null :
757 getHttpProxy().equals(target.getHttpProxy());
    [all...]
IpConfiguration.java 121 public ProxyInfo getHttpProxy() {
  /frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java 93 final ProxyInfo proxyInfo = lp.getHttpProxy();
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 298 linkProperties.setHttpProxy(config.getHttpProxy());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java 333 return mInitialConfiguration.getIpConfiguration().getHttpProxy();
  /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/wifi/java/android/net/wifi/
WifiConfiguration.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 353 result.newLp.setHttpProxy(mLinkProperties.getHttpProxy());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 769 milliseconds