Home
last modified time | relevance | path

Searched refs:bluetoothAutoOnRepository (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnInteractor.kt28 private val bluetoothAutoOnRepository: BluetoothAutoOnRepository, constant in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnInteractor
31 val isEnabled = bluetoothAutoOnRepository.isAutoOn
34 suspend fun isAutoOnSupported(): Boolean = bluetoothAutoOnRepository.isAutoOnSupported() in isAutoOnSupported()
45 bluetoothAutoOnRepository.setAutoOn(value) in isAutoOnSupported()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnRepositoryTest.kt50 private lateinit var bluetoothAutoOnRepository: BluetoothAutoOnRepository variable in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnRepositoryTest
55 bluetoothAutoOnRepository = in setUp()
68 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnFalse()
80 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnTrue()
92 val actualValue = bluetoothAutoOnRepository.isAutoOnSupported() in testIsAutoOnSupported_returnTrue()