Home
last modified time | relevance | path

Searched defs:getAllBroadcastMetadata (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterViewModel.java59 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in BroadcasterViewModel
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinderTest.java306 public void getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in LeAudioServiceBinderTest
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java682 public @NonNull List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in BluetoothLeBroadcast
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl121 …List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata(in AttributionSource attributionSource); in getAllBroadcastMetadata() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinder.java447 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata(AttributionSource source) { in getAllBroadcastMetadata() method in LeAudioServiceBinder
DLeAudioService.java1585 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method