Home
last modified time | relevance | path

Searched refs:getAllBroadcastMetadata (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsQrCodeFragmentTest.java85 when(mBroadcast.getAllBroadcastMetadata()).thenReturn(emptyList()); in setUp()
103 when(mBroadcast.getAllBroadcastMetadata()).thenReturn(list); in onCreateView_noMetadata_noQrCode()
123 when(mBroadcast.getAllBroadcastMetadata()).thenReturn(list); in onCreateView_hasMetadata_hasQrCode()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java367 public void getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in LeAudioBinderTest
370 mBinder.getAllBroadcastMetadata(source); in getAllBroadcastMetadata()
371 verify(mLeAudioService).getAllBroadcastMetadata(); in getAllBroadcastMetadata()
DLeAudioBroadcastServiceTest.java645 List<BluetoothLeBroadcastMetadata> meta_list = mService.getAllBroadcastMetadata(); in testGetAllBroadcastMetadata()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterViewModel.java59 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in BroadcasterViewModel
DBroadcasterActivity.java221 for (BluetoothLeBroadcastMetadata b : mViewModel.getAllBroadcastMetadata()) { in onCreate()
403 final List<BluetoothLeBroadcastMetadata> metadata = mViewModel.getAllBroadcastMetadata(); in onCreate()
DBluetoothProxy.java1558 return mBluetoothLeBroadcast.getAllBroadcastMetadata(); in getAllLocalBroadcasts()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsQrCodeFragment.java141 localBluetoothLeBroadcast.getAllBroadcastMetadata(); in getBroadcastMetadata()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl117 …List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata(in AttributionSource attributionSource); in getAllBroadcastMetadata() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java727 public @NonNull List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in BluetoothLeBroadcast
734 return service.getAllBroadcastMetadata(mAttributionSource); in getAllBroadcastMetadata()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DActiveDeviceManagerTest.java1228 when(mLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in a2dpConnectedWhenBroadcasting_notSetA2dpActive()
1243 when(mLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in headsetConnectedWhenBroadcasting_notSetHeadsetActive()
1258 when(mLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in hearingAidConnectedWhenBroadcasting_notSetHearingAidActive()
1271 when(mLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in leHearingAidConnectedWhenBroadcasting_notSetLeHearingAidActive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java1262 return leAudioService != null && !leAudioService.getAllBroadcastMetadata().isEmpty(); in isBroadcastingAudio()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1351 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in LeAudioService
5327 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata( in getAllBroadcastMetadata() method in LeAudioService.BluetoothLeAudioBinder
5335 return service.getAllBroadcastMetadata(); in getAllBroadcastMetadata()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java3378 .getAllBroadcastMetadata(); in testHandleUnicastSourceStreamStatusChange()
3774 .getAllBroadcastMetadata(); in prepareTwoSynchronizedDevicesForLocalBroadcast()
3949 .getAllBroadcastMetadata(); in testNotifyBroadcastStateChangedStopped()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java1076 when(mMockLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in testMediaControlPointeRequest_OpcodePlayCallLeAudioServiceSetActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java2764 leAudioService.getAllBroadcastMetadata().stream() in isLocalBroadcast()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt554 …}) public java.util.List<android.bluetooth.BluetoothLeBroadcastMetadata> getAllBroadcastMetadata();