Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothStateInteractor.kt59 BluetoothStateStage.BLUETOOTH_STATE_CHANGE_RECEIVED, in <lambda>()
92 BluetoothStateStage.BLUETOOTH_STATE_VALUE_SET, in setBluetoothEnabled()
DBluetoothTileDialogLogger.kt27 enum class BluetoothStateStage { class
48 fun logBluetoothState(stage: BluetoothStateStage, state: String) = in logBluetoothState()
DBluetoothTileDialogDelegate.kt231 logger.logBluetoothState(BluetoothStateStage.USER_TOGGLED, isChecked.toString()) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothStateInteractorTest.kt92 .logBluetoothState(BluetoothStateStage.BLUETOOTH_STATE_VALUE_SET, true.toString()) in testSet_bluetoothEnabled()