Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcasterNativeInterfaceTest.java95 public void onBroadcastMetadataChanged() { in onBroadcastMetadataChanged() method in LeAudioBroadcasterNativeInterfaceTest
99 mNativeInterface.onBroadcastMetadataChanged(broadcastId, metadata); in onBroadcastMetadataChanged()
DLeAudioBroadcastServiceTest.java182 public void onBroadcastMetadataChanged(
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastCallback.aidl43 void onBroadcastMetadataChanged(in int broadcastId, in BluetoothLeBroadcastMetadata metadata); in onBroadcastMetadataChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java152 public void onBroadcastMetadataChanged(
159 () -> callback.onBroadcastMetadataChanged(broadcastId, metadata));
278 void onBroadcastMetadataChanged( in onBroadcastMetadataChanged() method
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanViewModel.java108 public void onBroadcastMetadataChanged(
DBluetoothProxy.java416 public void onBroadcastMetadataChanged(
420 mLocalBroadcastEventListener.onBroadcastMetadataChanged(
1631 void onBroadcastMetadataChanged(int broadcastId, BluetoothLeBroadcastMetadata metadata); in onBroadcastMetadataChanged() method
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPreferenceController.java66 public void onBroadcastMetadataChanged(
DAudioSharingCompatibilityPreferenceController.java80 public void onBroadcastMetadataChanged(
DAudioSharingNamePreferenceController.java62 public void onBroadcastMetadataChanged(
DAudioSharingSwitchBarController.java142 public void onBroadcastMetadataChanged(
DAudioSharingDialogHandler.java86 public void onBroadcastMetadataChanged(
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioBroadcasterNativeInterface.java124 public void onBroadcastMetadataChanged(int broadcastId, BluetoothLeBroadcastMetadata metadata) { in onBroadcastMetadataChanged() method in LeAudioBroadcasterNativeInterface
DLeAudioService.java4656 .onBroadcastMetadataChanged(broadcastId, metadata); in notifyBroadcastMetadataChanged()
/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java98 public void onBroadcastMetadataChanged(
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPreferenceControllerTest.java221 mController.mBroadcastCallback.onBroadcastMetadataChanged(/* reason= */ 1, mMetadata); in testBluetoothLeBroadcastCallbacks_doNothing()
DAudioSharingCompatibilityPreferenceControllerTest.java328 mController.mBroadcastCallback.onBroadcastMetadataChanged(/* reason= */ 1, mMetadata); in testBluetoothLeBroadcastCallbacks_doNothing()
DAudioSharingSwitchBarControllerTest.java511 mController.mBroadcastCallback.onBroadcastMetadataChanged(/* reason= */ 1, metadata); in testBluetoothLeBroadcastCallbacks_doNothing()
DAudioSharingDialogHandlerTest.java712 mHandler.mBroadcastCallback.onBroadcastMetadataChanged(/* reason= */ 1, mMetadata); in testBluetoothLeBroadcastCallbacks_doNothing()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java83 public void onBroadcastMetadataChanged(
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt572 …method public void onBroadcastMetadataChanged(int, @NonNull android.bluetooth.BluetoothLeBroadcast…