Searched refs:NotificationEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
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()
|
D | NotificationManagerService.java | 1272 NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLICKED, r); 1314 NotificationRecordLogger.NotificationEvent.fromAction(actionIndex, 1493 NotificationRecordLogger.NotificationEvent.fromExpanded(expanded, 1541 NotificationRecordLogger.NotificationEvent.NOTIFICATION_DIRECT_REPLIED, 1608 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SMART_REPLIED, 1838 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SMART_REPLY_VISIBLE, in logSmartSuggestionsVisible() 8086 NotificationRecordLogger.NotificationEvent.NOTIFICATION_NOT_POSTED_SNOOZED, 8287 NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, r);
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | BroadcastResponseStatsLogger.java | 57 NotificationEvent::new, NotificationEvent[]::new, MAX_LOG_SIZE); 128 final NotificationEvent event = (NotificationEvent) data; in logNotificationEvent() 204 private static final class NotificationEvent implements Data { class in BroadcastResponseStatsLogger
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4683 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeNonGrouped() 4734 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_fellowChildren() 4760 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary() 4765 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary() 4788 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_noOthersInGroup() 4819 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_SNOOZED, in testSnoozeRunnable_snoozeAutoGroupChild_summaryNotSnoozed() 6057 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DIRECT_REPLIED, in testStats_updatedOnDirectReply() 6145 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DETAIL_OPEN_USER, in testStats_updatedOnUserExpansion() 6147 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DETAIL_CLOSE_USER, in testStats_updatedOnUserExpansion() 7634 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_OPEN, in testOnNotificationVisibilityChanged_triggersVisibilityLog() [all …]
|
/frameworks/base/services/ |
D | art-wear-profile | 23918 PLcom/android/server/usage/BroadcastResponseStatsLogger$NotificationEvent;-><init>()V 23919 …oadcastResponseStatsLogger$NotificationEvent;-><init>(Lcom/android/server/usage/BroadcastResponseS… 23920 PLcom/android/server/usage/BroadcastResponseStatsLogger$NotificationEvent;->reset()V 23922 …VT65-e47HoACtwf8YZwpc8Xs()Lcom/android/server/usage/BroadcastResponseStatsLogger$NotificationEvent;
|