Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java64 Assert.assertEquals(ProfileId.AVRCP, profileUsageStatsAvrcp.getProfileId()); in testLogProfileConnectionEvent()
103 profileUsageStats.forEach(item -> profileUsageStatsMap.put(item.getProfileId(), item)); in getProfileUsageStatsMap()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java160 public int getProfileId() { in getProfileId() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile