Searched refs:mErrorStatsMap (Results 1 – 1 of 1) sorted by relevance
119 private Map<ErrorEvent, Integer> mErrorStatsMap; field in ErrorStats143 mErrorStatsMap.clear(); in onPull()154 mErrorStatsMap = new HashMap<>(); in onLoad()156 mErrorStatsMap.put(new ErrorEvent(v.getSubmodule(), v.getError()), in onLoad()166 Log.d(TAG, "onAggregate: %s", mErrorStatsMap); in onAggregate()168 if (mErrorStatsMap.isEmpty()) { in onAggregate()173 new PulledAtomsClass.TelecomErrorStats[mErrorStatsMap.size()]; in onAggregate()175 mErrorStatsMap.forEach((k, v) -> { in onAggregate()188 mErrorStatsMap.put(key, mErrorStatsMap.getOrDefault(key, 0) + 1); in log()