Searched refs:bluetoothAutoOnRepository (Results 1 – 2 of 2) sorted by relevance
28 private val bluetoothAutoOnRepository: BluetoothAutoOnRepository, constant in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnInteractor31 val isEnabled = bluetoothAutoOnRepository.isAutoOn34 suspend fun isAutoOnSupported(): Boolean = bluetoothAutoOnRepository.isAutoOnSupported() in isAutoOnSupported()45 bluetoothAutoOnRepository.setAutoOn(value) in isAutoOnSupported()
50 private lateinit var bluetoothAutoOnRepository: BluetoothAutoOnRepository variable in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnRepositoryTest55 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()