/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BroadcasterViewModel.java | 51 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast() method in BroadcasterViewModel 52 return mBluetooth.updateBroadcast(broadcastId, settings); in updateBroadcast()
|
D | BluetoothProxy.java | 1561 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast() method in BluetoothProxy 1564 mBluetoothLeBroadcast.updateBroadcast(broadcastId, settings); in updateBroadcast()
|
D | BroadcasterActivity.java | 384 if (mViewModel.updateBroadcast( in onCreate()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcast.java | 582 public void updateBroadcast( in updateBroadcast() method in BluetoothLeBroadcast 596 service.updateBroadcast( in updateBroadcast() 625 public void updateBroadcast( in updateBroadcast() method in BluetoothLeBroadcast 639 service.updateBroadcast(broadcastId, broadcastSettings, mAttributionSource); in updateBroadcast()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBinderTest.java | 348 public void updateBroadcast() { in updateBroadcast() method in LeAudioBinderTest 353 mBinder.updateBroadcast(id, broadcastSettings, source); in updateBroadcast() 354 verify(mLeAudioService).updateBroadcast(id, broadcastSettings); in updateBroadcast()
|
D | LeAudioBroadcastServiceTest.java | 557 mService.updateBroadcast( in testBroadcastInvalidBroadcastIdRequest()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeAudio.aidl | 113 …void updateBroadcast(int broadcastId, in BluetoothLeBroadcastSettings broadcastSettings, in Attrib… in updateBroadcast() method
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingNamePreferenceController.java | 229 mBroadcast.updateBroadcast(); in onPreferenceChange()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 1206 public void updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast() method in LeAudioService 5302 public void updateBroadcast( in updateBroadcast() method in LeAudioService.BluetoothLeAudioBinder 5312 service.updateBroadcast(broadcastId, broadcastSettings); in updateBroadcast()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 567 …NECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void updateBroadcast(int, @NonNull… 568 …NECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void updateBroadcast(int, @NonNull…
|