Searched refs:sProfileConnectionCounts (Results 1 – 1 of 1) sorted by relevance
28 private static final HashMap<ProfileId, Integer> sProfileConnectionCounts = new HashMap<>(); field in MetricsLogger38 synchronized (sProfileConnectionCounts) { in logProfileConnectionEvent()39 sProfileConnectionCounts.merge(profileId, 1, Integer::sum); in logProfileConnectionEvent()50 synchronized (sProfileConnectionCounts) { in dumpProto()51 sProfileConnectionCounts.forEach( in dumpProto()57 sProfileConnectionCounts.clear(); in dumpProto()