Searched refs:sProfileConnectionCounts (Results 1 – 1 of 1) sorted by relevance
67 private static final HashMap<ProfileId, Integer> sProfileConnectionCounts = new HashMap<>(); field in MetricsLogger201 synchronized (sProfileConnectionCounts) { in logProfileConnectionEvent()202 sProfileConnectionCounts.merge(profileId, 1, Integer::sum); in logProfileConnectionEvent()212 synchronized (sProfileConnectionCounts) { in dumpProto()213 sProfileConnectionCounts.forEach( in dumpProto()220 sProfileConnectionCounts.clear(); in dumpProto()