Searched refs:isBluetoothLeBroadcastEnabled (Results 1 – 3 of 3) sorted by relevance
124 isBroadcastEnabled = mMediaOutputController.isBluetoothLeBroadcastEnabled(); in isBroadcastSupported()140 && !mMediaOutputController.isBluetoothLeBroadcastEnabled()) { in getStopButtonText()149 if (!mMediaOutputController.isBluetoothLeBroadcastEnabled()) { in onStopButtonClick()166 return (isBroadcastSupported() && mMediaOutputController.isBluetoothLeBroadcastEnabled()) in getBroadcastIconVisibility()
1080 boolean isBluetoothLeBroadcastEnabled() { in isBluetoothLeBroadcastEnabled() method in MediaOutputController
399 when(mockMediaOutputController.isBluetoothLeBroadcastEnabled()).thenReturn(false); in getStopButtonText_supportsBroadcast_returnsBroadcastText()