Searched refs:isBroadcasting (Results 1 – 8 of 8) sorted by relevance
50 launch { send(isBroadcasting()) } in leBroadcast()54 launch { send(isBroadcasting()) } in leBroadcast()58 launch { send(isBroadcasting()) } in leBroadcast()62 launch { send(isBroadcasting()) } in leBroadcast()88 .onStart { emit(isBroadcasting()) } in leBroadcast()95 private fun isBroadcasting(): Boolean { in isBroadcasting() method
106 whenever(BluetoothUtils.isBroadcasting(localBluetoothManager)).thenReturn(true) in testButtonStateUpdate_isBroadcasting_returnSharingAudio()125 whenever(BluetoothUtils.isBroadcasting(localBluetoothManager)).thenReturn(false) in testButtonStateUpdate_hasSource_returnGone()147 whenever(BluetoothUtils.isBroadcasting(localBluetoothManager)).thenReturn(false) in testButtonStateUpdate_hasActiveDevice_returnAudioSharing()
220 whenever(BluetoothUtils.isBroadcasting(ArgumentMatchers.any())).thenReturn(true) in testOnClick_inAudioSharing_clickedDeviceHasSource_shouldNotLaunchSettings()255 whenever(BluetoothUtils.isBroadcasting(ArgumentMatchers.any())).thenReturn(true) in testOnClick_inAudioSharing_clickedDeviceNoSource_shouldLaunchSettings()
74 BluetoothUtils.isBroadcasting(localBluetoothManager) -> in getButtonState()
87 val inAudioSharing = BluetoothUtils.isBroadcasting(localBluetoothManager) in <lambda>()
535 assertThat(BluetoothUtils.isBroadcasting(mLocalBluetoothManager)).isEqualTo(true); in testIsBroadcasting_broadcastEnabled_returnTrue()
559 public static boolean isBroadcasting(@Nullable LocalBluetoothManager manager) { in isBroadcasting() method in BluetoothUtils
1236 if (BluetoothUtils.isBroadcasting(mBluetoothManager)) { in getConnectionSummary()