Searched refs:profileConnectionCountMap (Results 1 – 1 of 1) sorted by relevance
85 HashMap<ProfileId, ProfileConnectionStats> profileConnectionCountMap = in testLogProfileConnectionEventMultipleProfile() local87 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()