Searched refs:isAutoOn (Results 1 – 3 of 3) sorted by relevance
68 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnFalse()80 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnTrue()
31 val isEnabled = bluetoothAutoOnRepository.isAutoOn
55 internal val isAutoOn: Flow<Boolean> = in <lambda>() constant