/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsQrCodeFragmentTest.java | 85 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/ |
D | LeAudioBinderTest.java | 367 public void getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in LeAudioBinderTest 370 mBinder.getAllBroadcastMetadata(source); in getAllBroadcastMetadata() 371 verify(mLeAudioService).getAllBroadcastMetadata(); in getAllBroadcastMetadata()
|
D | LeAudioBroadcastServiceTest.java | 645 List<BluetoothLeBroadcastMetadata> meta_list = mService.getAllBroadcastMetadata(); in testGetAllBroadcastMetadata()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BroadcasterViewModel.java | 59 public List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in BroadcasterViewModel
|
D | BroadcasterActivity.java | 221 for (BluetoothLeBroadcastMetadata b : mViewModel.getAllBroadcastMetadata()) { in onCreate() 403 final List<BluetoothLeBroadcastMetadata> metadata = mViewModel.getAllBroadcastMetadata(); in onCreate()
|
D | BluetoothProxy.java | 1558 return mBluetoothLeBroadcast.getAllBroadcastMetadata(); in getAllLocalBroadcasts()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsQrCodeFragment.java | 141 localBluetoothLeBroadcast.getAllBroadcastMetadata(); in getBroadcastMetadata()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeAudio.aidl | 117 …List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata(in AttributionSource attributionSource); in getAllBroadcastMetadata() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcast.java | 727 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/ |
D | ActiveDeviceManagerTest.java | 1228 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/ |
D | ActiveDeviceManager.java | 1262 return leAudioService != null && !leAudioService.getAllBroadcastMetadata().isEmpty(); in isBroadcastingAudio()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 1351 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/ |
D | BassClientServiceTest.java | 3378 .getAllBroadcastMetadata(); in testHandleUnicastSourceStreamStatusChange() 3774 .getAllBroadcastMetadata(); in prepareTwoSynchronizedDevicesForLocalBroadcast() 3949 .getAllBroadcastMetadata(); in testNotifyBroadcastStateChangedStopped()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 1076 when(mMockLeAudioService.getAllBroadcastMetadata()).thenReturn(metadataList); in testMediaControlPointeRequest_OpcodePlayCallLeAudioServiceSetActiveDevice()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientService.java | 2764 leAudioService.getAllBroadcastMetadata().stream() in isLocalBroadcast()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 554 …}) public java.util.List<android.bluetooth.BluetoothLeBroadcastMetadata> getAllBroadcastMetadata();
|