Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusUsiPowerUI.kt169 logUiEvent(StylusUiEvent.STYLUS_LOW_BATTERY_NOTIFICATION_SHOWN)
197 logUiEvent(StylusUiEvent.STYLUS_LOW_BATTERY_NOTIFICATION_DISMISSED)
202 logUiEvent(StylusUiEvent.STYLUS_LOW_BATTERY_NOTIFICATION_CLICKED)
232 private fun logUiEvent(metricId: StylusUiEvent) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java269 logUiEvent(SCREENSHOT_FOR_NOTE_ACCEPTED); in setResultThenFinish()
294 logUiEvent(SCREENSHOT_FOR_NOTE_CANCELLED); in setError()
304 private void logUiEvent(UiEventEnum uiEvent) { in logUiEvent() method in AppClipsActivity
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
H A DCreateCredentialComponents.kt91 onLog = { viewModel.logUiEvent(it) },
105 onLog = { viewModel.logUiEvent(it) },
120 onLog = { viewModel.logUiEvent(it) },
133 onLog = { viewModel.logUiEvent(it) },
143 onLog = { viewModel.logUiEvent(it) },
148 onLog = { viewModel.logUiEvent(it) },
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
H A DGetCredentialComponents.kt84 onLog = { viewModel.logUiEvent(it) },
94 onLog = { viewModel.logUiEvent(it) },
116 onLog = { viewModel.logUiEvent(it) },
130 onLog = { viewModel.logUiEvent(it) },
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java255 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN); in bindNotification()
448 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE);
547 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_CLOSE);
705 private void logUiEvent(NotificationControlsEvent event) {
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorViewModel.kt400 fun logUiEvent(uiEventEnum: UiEventEnum) { regex
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof8731 HSPLcom/android/credentialmanager/CredentialSelectorViewModel;->logUiEvent(Lcom/android/internal/lo…