Searched refs:isAudioSharingEnabled (Results 1 – 6 of 6) sorted by relevance
125 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 …]
82 BluetoothUtils.isAudioSharingEnabled() && in <lambda>()
149 if (BluetoothUtils.isAudioSharingEnabled()) { in showDialog()
229 && BluetoothUtils.isAudioSharingEnabled()) { in dispatchProfileConnectionStateChanged()
543 public static boolean isAudioSharingEnabled() { in isAudioSharingEnabled() method in BluetoothUtils
1232 if (BluetoothUtils.isAudioSharingEnabled()) { in getConnectionSummary()