OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHttpProxy
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
LinkProperties.java
56
private ProxyInfo
mHttpProxy
;
104
mHttpProxy
= (source.getHttpProxy() == null) ?
462
mHttpProxy
= proxy;
471
return
mHttpProxy
;
536
mHttpProxy
= null;
573
String proxy = (
mHttpProxy
== null ? "" : " HttpProxy: " +
mHttpProxy
.toString() + " ");
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
143
private ProxyInfo
mHttpProxy
= null;
480
mStaticIpConfiguration,
mHttpProxy
));
500
mHttpProxy
= null;
515
mHttpProxy
= new ProxyInfo(host, port, exclusionList);
529
mHttpProxy
= new ProxyInfo(uri);
[
all
...]
Completed in 689 milliseconds