Searched refs:NotificationEvent (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordLogger.java | 123 log(NotificationEvent.fromVisibility(visible), r); in logNotificationVisibility() 272 enum NotificationEvent implements UiEventLogger.UiEventEnum { enum 319 NotificationEvent(int id) { in NotificationEvent() method in NotificationRecordLogger.NotificationEvent 326 public static NotificationEvent fromVisibility(boolean visible) { in fromVisibility() 329 public static NotificationEvent fromExpanded(boolean expanded, boolean userAction) { in fromExpanded() 335 public static NotificationEvent fromAction(int index, boolean isAssistant, in fromAction() 341 return NotificationEvent.values()[ in fromAction() 345 return NotificationEvent.values()[ in fromAction() 348 return NotificationEvent.values()[NOTIFICATION_ACTION_CLICKED_0.ordinal() + index]; in fromAction()
|
H A D | NotificationManagerService.java | 1153 NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLICKED, r); 1195 NotificationRecordLogger.NotificationEvent.fromAction(actionIndex, 1349 NotificationRecordLogger.NotificationEvent.fromExpanded(expanded, 1374 NotificationRecordLogger.NotificationEvent.NOTIFICATION_DIRECT_REPLIED, 1419 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SMART_REPLIED, 1602 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SMART_REPLY_VISIBLE, in logSmartSuggestionsVisible() 7386 NotificationRecordLogger.NotificationEvent.NOTIFICATION_NOT_POSTED_SNOOZED, 7580 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, r);
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | BroadcastResponseStatsLogger.java | 54 NotificationEvent.class, MAX_LOG_SIZE); 125 final NotificationEvent event = (NotificationEvent) data; in logNotificationEvent() 201 public static final class NotificationEvent implements Data { class in BroadcastResponseStatsLogger
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 4121 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeNonGrouped() 4172 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_fellowChildren() 4198 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary() 4203 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary() 4226 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_noOthersInGroup() 4257 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeAutoGroupChild_summaryNotSnoozed() 6799 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_OPEN, in testOnNotificationVisibilityChanged_triggersVisibilityLog() 6810 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLOSE, in testOnNotificationVisibilityChanged_triggersVisibilityLog() 9691 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLICKED, 9725 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLICKED, [all …]
|