Home
last modified time | relevance | path

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

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