Searched refs:mTypeCount (Results 1 – 1 of 1) sorted by relevance
336 private Map<IMarker, Integer> mTypeCount; field in LintList.ContentProvider342 mTypeCount = null; in getElements()362 mTypeCount = new HashMap<IMarker, Integer>(ids.size()); in getElements()376 mTypeCount.put(topMarker, childCount); in getElements()409 if (mTypeCount != null) { in getCount()410 Integer count = mTypeCount.get(marker); in getCount()