OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHttpProxy
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
529
linkProperties.setHttpProxy(config.linkProperties.
getHttpProxy
());
543
ProxyProperties proxy = config.linkProperties.
getHttpProxy
();
558
return new ProxyProperties(linkProperties.
getHttpProxy
());
762
ProxyProperties proxyProperties = linkProperties.
getHttpProxy
();
[
all
...]
/frameworks/base/core/java/android/net/
LinkProperties.java
101
mHttpProxy = (source.
getHttpProxy
() == null) ?
102
null : new ProxyProperties(source.
getHttpProxy
());
204
public ProxyProperties
getHttpProxy
() {
370
return
getHttpProxy
() == null ? target.
getHttpProxy
() == null :
371
getHttpProxy
().equals(target.
getHttpProxy
());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
288
result.newLp.setHttpProxy(mLinkProperties.
getHttpProxy
());
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 1514 milliseconds