OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHttpProxy
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
LinkProperties.java
56
private ProxyInfo
mHttpProxy
;
156
mHttpProxy
= (source.getHttpProxy() == null) ?
528
mHttpProxy
= proxy;
537
return
mHttpProxy
;
602
mHttpProxy
= null;
639
String proxy = (
mHttpProxy
== null ? "" : " HttpProxy: " +
mHttpProxy
.toString() + " ");
[
all
...]
/frameworks/base/services/net/java/android/net/ip/
IpManager.java
410
private ProxyInfo
mHttpProxy
;
631
mHttpProxy
= null;
810
if (
mHttpProxy
!= null) {
811
newLp.setHttpProxy(
mHttpProxy
);
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
154
private ProxyInfo
mHttpProxy
= null;
614
mStaticIpConfiguration,
mHttpProxy
));
636
mHttpProxy
= null;
651
mHttpProxy
= new ProxyInfo(host, port, exclusionList);
665
mHttpProxy
= new ProxyInfo(uri);
[
all
...]
Completed in 184 milliseconds