Searched refs:handleActiveDeviceChange (Results 1 – 6 of 6) sorted by relevance
693 mAdapterService.handleActiveDeviceChange(BluetoothProfile.HEARING_AID, mActiveDevice); in notifyActiveDeviceChanged()
1153 mAdapterService.handleActiveDeviceChange(BluetoothProfile.A2DP, device); in updateAndBroadcastActiveDevice()
2400 mAdapterService.handleActiveDeviceChange(BluetoothProfile.HEADSET, device); in broadcastActiveDevice()
444 verify(mAdapterService).handleActiveDeviceChange(BluetoothProfile.HEADSET, activeDevice); in testVirtualCall_preemptedByTelecomCall()
1747 mAdapterService.handleActiveDeviceChange(BluetoothProfile.LE_AUDIO, device); in notifyActiveDeviceChanged()
6036 public void handleActiveDeviceChange(int profile, BluetoothDevice device) { in handleActiveDeviceChange() method in AdapterService