Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt104 uiEventLogger.log(BluetoothTileDialogUiEvent.ACTIVE_DEVICE_DISCONNECT) in <lambda>()
107 uiEventLogger.log(BluetoothTileDialogUiEvent.AUDIO_SHARING_DEVICE_CLICKED) in <lambda>()
111 uiEventLogger.log(BluetoothTileDialogUiEvent.CONNECTED_DEVICE_SET_ACTIVE) in <lambda>()
116 BluetoothTileDialogUiEvent.CONNECTED_OTHER_DEVICE_DISCONNECT in <lambda>()
121 uiEventLogger.log(BluetoothTileDialogUiEvent.SAVED_DEVICE_CONNECT) in <lambda>()
149 suspend fun getClickUiEvent(deviceItem: DeviceItem): BluetoothTileDialogUiEvent in <lambda>()
197 BluetoothTileDialogUiEvent.LAUNCH_SETTINGS_IN_SHARING_LE_DEVICE_CLICKED in <lambda>()
198 else BluetoothTileDialogUiEvent.LAUNCH_SETTINGS_IN_SHARING_NON_LE_DEVICE_CLICKED in <lambda>()
238 BluetoothTileDialogUiEvent.LAUNCH_SETTINGS_NOT_SHARING_SAVED_LE_DEVICE_CLICKED in <lambda>()
278 BluetoothTileDialogUiEvent.LAUNCH_SETTINGS_NOT_SHARING_CONNECTED_LE_DEVICE_CLICKED in <lambda>()
DBluetoothTileDialogViewModel.kt255 uiEventLogger.log(BluetoothTileDialogUiEvent.DEVICE_GEAR_CLICKED) in onDeviceItemGearClicked()
269 uiEventLogger.log(BluetoothTileDialogUiEvent.SEE_ALL_CLICKED) in onSeeAllClicked()
274 uiEventLogger.log(BluetoothTileDialogUiEvent.PAIR_NEW_DEVICE_CLICKED) in onPairNewDeviceClicked()
279 uiEventLogger.log(BluetoothTileDialogUiEvent.BLUETOOTH_AUDIO_SHARING_BUTTON_CLICKED) in onAudioSharingButtonClicked()
DBluetoothTileDialogUiEvent.kt23 enum class BluetoothTileDialogUiEvent(val metricId: Int) : UiEventLogger.UiEventEnum { class
DBluetoothTileDialogDelegate.kt113 uiEventLogger.log(BluetoothTileDialogUiEvent.BLUETOOTH_TILE_DIALOG_SHOWN) in <lambda>()
232 uiEventLogger.log(BluetoothTileDialogUiEvent.BLUETOOTH_TOGGLE_CLICKED) in <lambda>()
238 uiEventLogger.log(BluetoothTileDialogUiEvent.BLUETOOTH_AUTO_ON_TOGGLE_CLICKED) in <lambda>()
383 uiEventLogger.log(BluetoothTileDialogUiEvent.DEVICE_CLICKED) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModelTest.kt216 verify(uiEventLogger).log(BluetoothTileDialogUiEvent.PAIR_NEW_DEVICE_CLICKED) in testStartSettingsActivity_activityLaunched_dialogDismissed()