Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DMetricsLoggerTest.java85 HashMap<ProfileId, ProfileConnectionStats> profileConnectionCountMap = in testLogProfileConnectionEventMultipleProfile() local
87 Assert.assertTrue(profileConnectionCountMap.containsKey(ProfileId.AVRCP)); in testLogProfileConnectionEventMultipleProfile()
89 profileConnectionCountMap.get(ProfileId.AVRCP).getNumTimesConnected()); in testLogProfileConnectionEventMultipleProfile()
90 Assert.assertTrue(profileConnectionCountMap.containsKey(ProfileId.HEADSET)); in testLogProfileConnectionEventMultipleProfile()
92 profileConnectionCountMap.get(ProfileId.HEADSET).getNumTimesConnected()); in testLogProfileConnectionEventMultipleProfile()