Home
last modified time | relevance | path

Searched defs:onSourceRemoved (Results 1 – 5 of 5) 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
DAudioStreamsBroadcastAssistantCallback.java132 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) { in onSourceRemoved() method in AudioStreamsBroadcastAssistantCallback
/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/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java239 public void onSourceRemoved(BluetoothDevice sink, int sourceId, int reason) { in onSourceRemoved() method in BluetoothLeBroadcastAssistantCallback
DBluetoothLeBroadcastAssistant.java398 void onSourceRemoved(@NonNull BluetoothDevice sink, int sourceId, @Reason int reason); in onSourceRemoved() method