Home
last modified time | relevance | path

Searched refs:getProfileId (Results 1 – 4 of 4) 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/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceController.java171 if (profile.getProfileId() == BluetoothProfile.HEADSET_CLIENT) { in setButtonsCheckedAndListeners()
173 } else if (profile.getProfileId() == BluetoothProfile.A2DP_SINK) { in setButtonsCheckedAndListeners()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceControllerTest.java360 public int getProfileId() { in getProfileId() method in BluetoothBondedDevicesPreferenceControllerTest.TestLocalBluetoothProfile
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java152 public int getProfileId() { in getProfileId() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile