Searched refs:isBluetoothLeBroadcastEnabled (Results 1 – 3 of 3) sorted by relevance
116 isBroadcastEnabled = mMediaOutputController.isBluetoothLeBroadcastEnabled(); in isBroadcastSupported()132 && !mMediaOutputController.isBluetoothLeBroadcastEnabled()) { in getStopButtonText()141 if (!mMediaOutputController.isBluetoothLeBroadcastEnabled()) { in onStopButtonClick()158 return (isBroadcastSupported() && mMediaOutputController.isBluetoothLeBroadcastEnabled()) in getBroadcastIconVisibility()
1037 boolean isBluetoothLeBroadcastEnabled() { in isBluetoothLeBroadcastEnabled() method in MediaOutputController
365 when(mockMediaOutputController.isBluetoothLeBroadcastEnabled()).thenReturn(false); in getStopButtonText_supportsBroadcast_returnsBroadcastText()