HomeSort by relevance Sort by last modified time
    Searched defs:metricsCache (Results 1 - 6 of 6) sorted by null

  /external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java 56 private HashMap metricsCache;
102 if (this.metricsCache != null) {
103 value = this.metricsCache.get(metricName);
128 if (this.metricsCache == null) {
129 this.metricsCache = new HashMap();
131 this.metricsCache.put(metricName, obj);
143 this.metricsCache = null;
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 44 milliseconds