Home
last modified time | relevance | path

Searched refs:onSourceAdded (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java178 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) { in onSourceAdded() method in BluetoothLeBroadcastAssistantCallback
184 executor.execute(() -> cb.onSourceAdded(sink, sourceId, reason)); in onSourceAdded()
DBluetoothLeBroadcastAssistant.java138 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) {
144 executor.execute(() -> callback.onSourceAdded(sink, sourceId, reason));
332 void onSourceAdded(@NonNull BluetoothDevice sink, @Reason int sourceId, @Reason int reason); in onSourceAdded() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistantCallback.aidl34 void onSourceAdded(in BluetoothDevice sink, in int sourceId, in int reason); in onSourceAdded() method
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsBroadcastAssistantCallback.java88 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) { in onSourceAdded() method in AudioStreamsBroadcastAssistantCallback
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java135 public void onSourceAdded(
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java113 public void onSourceAdded(
DAudioSharingDeviceVolumeGroupController.java136 public void onSourceAdded(
DAudioSharingDevicePreferenceController.java109 public void onSourceAdded(
DAudioSharingSwitchBarController.java210 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFindBroadcastsFragment.java128 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java1136 .onSourceAdded( in testAddSourceCallbackForGroup()
1157 .onSourceAdded( in testAddSourceCallbackForGroup()
3792 .onSourceAdded( in prepareTwoSynchronizedDevicesForLocalBroadcast()
3813 .onSourceAdded( in prepareTwoSynchronizedDevicesForLocalBroadcast()
3967 .onSourceAdded( in testNotifyBroadcastStateChangedStopped()
3988 .onSourceAdded( in testNotifyBroadcastStateChangedStopped()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupControllerTest.java489 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
DAudioSharingDevicePreferenceControllerTest.java535 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
DAudioSharingCallAudioPreferenceControllerTest.java571 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java450 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) {}
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java3361 callback.onSourceAdded(sink, sourceId, reason); in invokeCallback()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt611 method public void onSourceAdded(@NonNull android.bluetooth.BluetoothDevice, int, int);