Home | History | Annotate | Download | only in net

Lines Matching refs:mHttpProxy

56     private ProxyInfo mHttpProxy;
152 mHttpProxy = (source.getHttpProxy() == null) ?
524 mHttpProxy = proxy;
533 return mHttpProxy;
598 mHttpProxy = null;
635 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " ");
1102 + ((null == mHttpProxy) ? 0 : mHttpProxy.hashCode())
1130 if (mHttpProxy != null) {
1132 dest.writeParcelable(mHttpProxy, flags);