Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java583 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.LE_AUDIO, firstDevice); in testLateConnectOfLeAudioEnabled_DualModeBud()
616 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.LE_AUDIO, secondDevice); in testLateConnectOfLeAudioEnabled_DualModeBud()
703 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.LE_AUDIO, firstDevice); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
733 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.LE_AUDIO, secondDevice); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
800 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.A2DP, connectionOrder.get(0)); in testDisconnectNoAutoConnect()
813 mPhonePolicy.profileActiveDeviceChanged(BluetoothProfile.A2DP, connectionOrder.get(1)); in testDisconnectNoAutoConnect()
DActiveDeviceManagerTest.java1317 mActiveDeviceManager.profileActiveDeviceChanged(BluetoothProfile.A2DP, device); in a2dpActiveDeviceChanged()
1360 mActiveDeviceManager.profileActiveDeviceChanged(BluetoothProfile.HEADSET, device); in headsetActiveDeviceChanged()
1396 mActiveDeviceManager.profileActiveDeviceChanged(BluetoothProfile.HEARING_AID, device); in hearingAidActiveDeviceChanged()
1431 mActiveDeviceManager.profileActiveDeviceChanged(BluetoothProfile.LE_AUDIO, device); in leAudioActiveDeviceChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java80 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in SilenceDeviceManager
DAudioRoutingManager.java130 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in AudioRoutingManager
DActiveDeviceManager.java223 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in ActiveDeviceManager
DPhonePolicy.java130 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in PhonePolicy
DAdapterService.java6037 mActiveDeviceManager.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange()
6038 mSilenceDeviceManager.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange()
6040 mPhonePolicy.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange()