Home
last modified time | relevance | path

Searched defs:leAudioProfile (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DTestMediaDevicesFactory.kt64 val leAudioProfile = in bluetoothMediaDevice() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt54 private val leAudioProfile: LeAudioProfile? in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractor
202 private val leAudioProfile: LeAudioProfile?, in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractor.NotSharingClickedNonConnect
242 private val leAudioProfile: LeAudioProfile?, in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractor.NotSharingClickedConnected
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/
DSpatialAudioAvailabilityCriteriaTest.kt63 val leAudioProfile = in setup() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java277 final LeAudioProfile leAudioProfile = profileManager.getLeAudioProfile(); in getPreferredMainDevice() local
DHearingAidDeviceManager.java415 final LeAudioProfile leAudioProfile = profileManager.getLeAudioProfile(); in generateHearingAidInfo() local
DCachedBluetoothDevice.java685 LeAudioProfile leAudioProfile = mProfileManager.getLeAudioProfile(); in setActive() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorTest.kt74 private val leAudioProfile: LeAudioProfile = mock { in <lambda>() constant in com.android.systemui.volume.panel.component.spatial.domain.interactor.SpatialAudioComponentInteractorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractorTest.kt66 @Mock private lateinit var leAudioProfile: LeAudioProfile variable in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractorTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java502 final LeAudioProfile leAudioProfile = mLocalBluetoothManager.getProfileManager() in isActiveDevice() local