Home
last modified time | relevance | path

Searched refs:bluetoothLeBroadcast (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManager.kt376 val bluetoothLeBroadcast = profileManager.leAudioBroadcastProfile regex
377 if (bluetoothLeBroadcast != null && bluetoothLeBroadcast.isEnabled(null)) {
378 getBroadcastingInfo(bluetoothLeBroadcast)
392 private fun getBroadcastingInfo(bluetoothLeBroadcast: LocalBluetoothLeBroadcast) {
393 var currentBroadcastedApp = bluetoothLeBroadcast.appSourceName
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManagerTest.kt101 @Mock private lateinit var bluetoothLeBroadcast: BluetoothLeBroadcast
698 bluetoothLeBroadcast.registerCallback(fakeFgExecutor, callback)