Searched refs:profileUsageStatsMap (Results 1 – 1 of 1) sorted by relevance
102 HashMap<ProfileId, ProfileConnectionStats> profileUsageStatsMap = new HashMap<>(); in getProfileUsageStatsMap() local103 profileUsageStats.forEach(item -> profileUsageStatsMap.put(item.getProfileId(), item)); in getProfileUsageStatsMap()104 return profileUsageStatsMap; in getProfileUsageStatsMap()