Searched refs:profileActiveDeviceChanged (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 583 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()
|
D | ActiveDeviceManagerTest.java | 1317 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/ |
D | SilenceDeviceManager.java | 80 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in SilenceDeviceManager
|
D | AudioRoutingManager.java | 130 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in AudioRoutingManager
|
D | ActiveDeviceManager.java | 223 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in ActiveDeviceManager
|
D | PhonePolicy.java | 130 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged() method in PhonePolicy
|
D | AdapterService.java | 6037 mActiveDeviceManager.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange() 6038 mSilenceDeviceManager.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange() 6040 mPhonePolicy.profileActiveDeviceChanged(profile, device); in handleActiveDeviceChange()
|