Searched defs:metricsCache (Results 1 - 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java61 private HashMap metricsCache; field in class:HttpConnectionMetricsImpl
107 if (this.metricsCache != null) {
108 value = this.metricsCache.get(metricName);
133 if (this.metricsCache == null) {
134 this.metricsCache = new HashMap();
136 this.metricsCache.put(metricName, obj);
148 this.metricsCache = null;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 48 milliseconds