Searched refs:BluetoothStateStage (Results 1 – 4 of 4) sorted by relevance
59 BluetoothStateStage.BLUETOOTH_STATE_CHANGE_RECEIVED, in <lambda>()92 BluetoothStateStage.BLUETOOTH_STATE_VALUE_SET, in setBluetoothEnabled()
27 enum class BluetoothStateStage { class48 fun logBluetoothState(stage: BluetoothStateStage, state: String) = in logBluetoothState()
231 logger.logBluetoothState(BluetoothStateStage.USER_TOGGLED, isChecked.toString()) in <lambda>()
92 .logBluetoothState(BluetoothStateStage.BLUETOOTH_STATE_VALUE_SET, true.toString()) in testSet_bluetoothEnabled()