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.java448 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
450 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
458 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
465 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
467 .dispatchActiveDeviceChanged(mCachedDevice2, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
474 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
481 mBluetoothEventManager.dispatchActiveDeviceChanged(null, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
518 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice3, in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
552 mBluetoothEventManager.dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.A2DP); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
554 .dispatchActiveDeviceChanged(mCachedDevice1, BluetoothProfile.HEADSET); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java258 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged() method in BluetoothEventManager
523 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()