Home
last modified time | relevance | path

Searched refs:onSourceRemoved (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsProgressCategoryCallback.java109 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) { in onSourceRemoved() method in AudioStreamsProgressCategoryCallback
110 super.onSourceRemoved(sink, sourceId, reason); in onSourceRemoved()
DAudioStreamHeaderController.java60 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) {
61 super.onSourceRemoved(sink, sourceId, reason);
DAudioStreamButtonController.java54 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) {
55 super.onSourceRemoved(sink, sourceId, reason);
DAudioStreamsBroadcastAssistantCallback.java132 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) { in onSourceRemoved() method in AudioStreamsBroadcastAssistantCallback
DAudioStreamMediaService.java83 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) {
84 super.onSourceRemoved(sink, sourceId, reason);
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java239 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) { in onSourceRemoved() method in BluetoothLeBroadcastAssistantCallback
245 executor.execute(() -> cb.onSourceRemoved(sink, sourceId, reason)); in onSourceRemoved()
DBluetoothLeBroadcastAssistant.java184 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) {
190 executor.execute(() -> callback.onSourceRemoved(sink, sourceId, reason));
398 void onSourceRemoved(@NonNull BluetoothDevice sink, int sourceId, @Reason int reason); in onSourceRemoved() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistantCallback.aidl39 void onSourceRemoved(in BluetoothDevice sink, in int sourceId, in int reason); in onSourceRemoved() method
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java153 public void onSourceRemoved(
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java131 public void onSourceRemoved(
DAudioSharingDeviceVolumeGroupController.java154 public void onSourceRemoved(
DAudioSharingDevicePreferenceController.java135 public void onSourceRemoved(
DAudioSharingSwitchBarController.java252 public void onSourceRemoved(
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFindBroadcastsFragment.java160 public void onSourceRemoved(@NonNull BluetoothDevice sink, int sourceId,
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupControllerTest.java478 mController.mBroadcastAssistantCallback.onSourceRemoved( in testBluetoothLeBroadcastAssistantCallbacks_updateGroup()
DAudioSharingDevicePreferenceControllerTest.java523 mController.mBroadcastAssistantCallback.onSourceRemoved( in testBluetoothLeBroadcastAssistantCallbacks_updateGroup()
DAudioSharingCallAudioPreferenceControllerTest.java575 mController.mBroadcastAssistantCallback.onSourceRemoved( in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java463 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) {}
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java3378 callback.onSourceRemoved(sink, sourceId, reason); in invokeCallback()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt617 method public void onSourceRemoved(@NonNull android.bluetooth.BluetoothDevice, int, int);