Home
last modified time | relevance | path

Searched refs:isAudioSharingEnabled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractorTest.kt125 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(false) in testOnClick_connectedMedia_setActive()
142 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(false) in testOnClick_activeMedia_disconnect()
159 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(false) in testOnClick_connectedOtherDevice_disconnect()
176 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(false) in testOnClick_saved_connect()
193 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(false) in testOnClick_audioSharingDisabled_shouldNotLaunchSettings()
214 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(true) in testOnClick_inAudioSharing_clickedDeviceHasSource_shouldNotLaunchSettings()
249 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(true) in testOnClick_inAudioSharing_clickedDeviceNoSource_shouldLaunchSettings()
281 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(true) in testOnClick_noConnectedLeDevice_shouldNotLaunchSettings()
304 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(true) in testOnClick_hasOneConnectedLeDevice_clickedNonLe_shouldNotLaunchSettings()
335 whenever(BluetoothUtils.isAudioSharingEnabled()).thenReturn(true) in testOnClick_hasOneConnectedLeDevice_clickedLe_shouldLaunchSettings()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt82 BluetoothUtils.isAudioSharingEnabled() && in <lambda>()
DBluetoothTileDialogViewModel.kt149 if (BluetoothUtils.isAudioSharingEnabled()) { in showDialog()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java229 && BluetoothUtils.isAudioSharingEnabled()) { in dispatchProfileConnectionStateChanged()
DBluetoothUtils.java543 public static boolean isAudioSharingEnabled() { in isAudioSharingEnabled() method in BluetoothUtils
DCachedBluetoothDevice.java1232 if (BluetoothUtils.isAudioSharingEnabled()) { in getConnectionSummary()