Home
last modified time | relevance | path

Searched refs:isAutoOn (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnRepositoryTest.kt68 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnFalse()
80 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnTrue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnInteractor.kt31 val isEnabled = bluetoothAutoOnRepository.isAutoOn
DBluetoothAutoOnRepository.kt55 internal val isAutoOn: Flow<Boolean> = in <lambda>() constant