Home
last modified time | relevance | path

Searched refs:sProfileConnectionCounts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DMetricsLogger.java28 private static final HashMap<ProfileId, Integer> sProfileConnectionCounts = new HashMap<>(); field in MetricsLogger
38 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()