Searched refs:logUiEvent (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
H A D | StylusUsiPowerUI.kt | 169 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 D | AppClipsActivity.java | 269 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 D | CreateCredentialComponents.kt | 91 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 D | GetCredentialComponents.kt | 84 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 D | NotificationInfo.java | 255 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 D | CredentialSelectorViewModel.kt | 400 fun logUiEvent(uiEventEnum: UiEventEnum) { regex
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 8731 HSPLcom/android/credentialmanager/CredentialSelectorViewModel;->logUiEvent(Lcom/android/internal/lo…
|