/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcastAssistantCallback.java | 178 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) { in onSourceAdded() method in BluetoothLeBroadcastAssistantCallback 184 executor.execute(() -> cb.onSourceAdded(sink, sourceId, reason)); in onSourceAdded()
|
D | BluetoothLeBroadcastAssistant.java | 138 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/ |
D | IBluetoothLeBroadcastAssistantCallback.aidl | 34 void onSourceAdded(in BluetoothDevice sink, in int sourceId, in int reason); in onSourceAdded() method
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsBroadcastAssistantCallback.java | 88 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) { in onSourceAdded() method in AudioStreamsBroadcastAssistantCallback
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupController.java | 135 public void onSourceAdded(
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceController.java | 113 public void onSourceAdded(
|
D | AudioSharingDeviceVolumeGroupController.java | 136 public void onSourceAdded(
|
D | AudioSharingDevicePreferenceController.java | 109 public void onSourceAdded(
|
D | AudioSharingSwitchBarController.java | 210 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothFindBroadcastsFragment.java | 128 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientServiceTest.java | 1136 .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/ |
D | AudioSharingDeviceVolumeGroupControllerTest.java | 489 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
|
D | AudioSharingDevicePreferenceControllerTest.java | 535 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
|
D | AudioSharingCallAudioPreferenceControllerTest.java | 571 mController.mBroadcastAssistantCallback.onSourceAdded( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 450 public void onSourceAdded(BluetoothDevice sink, int sourceId, int reason) {}
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientService.java | 3361 callback.onSourceAdded(sink, sourceId, reason); in invokeCallback()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 611 method public void onSourceAdded(@NonNull android.bluetooth.BluetoothDevice, int, int);
|