Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt148 val stateFlow = in rebootBluetooth() constant
155 stateFlow.filter { it == BluetoothAdapter.STATE_OFF }.first() in rebootBluetooth()
159 stateFlow.filter { it == BluetoothAdapter.STATE_ON }.first() in rebootBluetooth()
171 val stateFlow = in factoryReset() constant
182 stateFlow.filter { it == BluetoothAdapter.STATE_ON }.first() in factoryReset()