Searched refs:mResponseCountMap (Results 1 – 1 of 1) sorted by relevance
101 private final Map<String, Integer> mResponseCountMap = new HashMap<String, Integer>(); field in TestWebServer186 mResponseCountMap.put(requestPath, Integer.valueOf(0)); in setResponseInternal()301 count = mResponseCountMap.get(requestPath); in getRequestCount()380 mResponseCountMap.put(path, Integer.valueOf( in servedResponseFor()381 mResponseCountMap.get(path).intValue() + 1)); in servedResponseFor()