OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHttpProxy
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/net/
LinkProperties.java
103
mHttpProxy = (source.
getHttpProxy
() == null) ?
104
null : new ProxyProperties(source.
getHttpProxy
());
277
public ProxyProperties
getHttpProxy
() {
467
return
getHttpProxy
() == null ? target.
getHttpProxy
() == null :
468
getHttpProxy
().equals(target.
getHttpProxy
());
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
577
linkProperties.setHttpProxy(config.linkProperties.
getHttpProxy
());
591
ProxyProperties proxy = config.linkProperties.
getHttpProxy
();
606
return new ProxyProperties(linkProperties.
getHttpProxy
());
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
247
config.linkProperties.
getHttpProxy
().getPacFileUrl());
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
298
result.newLp.setHttpProxy(mLinkProperties.
getHttpProxy
());
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 7930 milliseconds