Home
last modified time | relevance | path

Searched refs:onSourceLost (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsProgressCategoryCallback.java97 public void onSourceLost(int broadcastId) { in onSourceLost() method in AudioStreamsProgressCategoryCallback
98 super.onSourceLost(broadcastId); in onSourceLost()
DAudioStreamHeaderController.java66 public void onSourceLost(int broadcastId) {
67 super.onSourceLost(broadcastId);
DAudioStreamButtonController.java94 public void onSourceLost(int broadcastId) {
95 super.onSourceLost(broadcastId);
DAudioStreamsBroadcastAssistantCallback.java114 public void onSourceLost(int broadcastId) { in onSourceLost() method in AudioStreamsBroadcastAssistantCallback
DAudioStreamMediaService.java75 public void onSourceLost(int broadcastId) {
76 super.onSourceLost(broadcastId);
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java285 public void onSourceLost(int broadcastId) { in onSourceLost() method in BluetoothLeBroadcastAssistantCallback
291 executor.execute(() -> cb.onSourceLost(broadcastId)); in onSourceLost()
DBluetoothLeBroadcastAssistant.java222 public void onSourceLost(int broadcastId) {
228 executor.execute(() -> callback.onSourceLost(broadcastId));
440 default void onSourceLost(int broadcastId) {} in onSourceLost() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistantCallback.aidl43 void onSourceLost(in int broadcastId); in onSourceLost() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupControllerTest.java500 mController.mBroadcastAssistantCallback.onSourceLost(/* broadcastId= */ 1); in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
DAudioSharingDevicePreferenceControllerTest.java546 mController.mBroadcastAssistantCallback.onSourceLost(/* broadcastId= */ 1); in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
DAudioSharingCallAudioPreferenceControllerTest.java584 mController.mBroadcastAssistantCallback.onSourceLost(/* broadcastId= */ 1); in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java3392 callback.onSourceLost(sourceId); in invokeCallback()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java4789 verify(mCallback).onSourceLost(eq(TEST_BROADCAST_ID)); in onSyncLost_notifySourceLostAndCancelSync()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt613 …uetooth.flags.leaudio_broadcast_monitor_source_sync_status") public default void onSourceLost(int);