Home
last modified time | relevance | path

Searched refs:dispatchActiveDeviceChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java477 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
479 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
487 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
494 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
496 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
503 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
510 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
546 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice3, in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
580 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
582 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java276 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged() method in BluetoothEventManager
549 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()