Searched refs:dispatchActiveDeviceChanged (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManagerTest.java | 265 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 273 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 282 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 289 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 296 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 333 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice3, in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged() 369 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() 378 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() 379 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() 381 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEARING_AID); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManager.java | 232 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged() method in BluetoothEventManager 493 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()
|