Home
last modified time | relevance | path

Searched defs:leAudioBroadcastProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingRepository.kt35 val leAudioBroadcastProfile: LocalBluetoothLeBroadcast? in <lambda>() constant
60 override val leAudioBroadcastProfile: LocalBluetoothLeBroadcast? constant in com.android.systemui.bluetooth.qsdialog.AudioSharingRepositoryImpl
127 override val leAudioBroadcastProfile: LocalBluetoothLeBroadcast? = null constant in com.android.systemui.bluetooth.qsdialog.AudioSharingRepositoryEmptyImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/qsdialog/
DFakeAudioSharingRepository.kt41 override val leAudioBroadcastProfile: LocalBluetoothLeBroadcast? constant in com.android.systemui.bluetooth.qsdialog.FakeAudioSharingRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingRepositoryTest.kt52 @Mock private lateinit var leAudioBroadcastProfile: LocalBluetoothLeBroadcast variable in com.android.systemui.bluetooth.qsdialog.AudioSharingRepositoryTest