Home
last modified time | relevance | path

Searched refs:NotificationControlsEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationControlsEvent.java22 enum NotificationControlsEvent implements UiEventLogger.UiEventEnum { enum
34 NotificationControlsEvent(int id) { in NotificationControlsEvent() method in NotificationControlsEvent
DNotificationInfo.java230 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN); in bindNotification()
405 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE);
492 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_CLOSE);
637 private void logUiEvent(NotificationControlsEvent event) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java702 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testBindNotification_LogsOpen()
784 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
787 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
852 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testSilenceCallsUpdateNotificationChannel()
854 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testSilenceCallsUpdateNotificationChannel()
1117 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testCloseControlsDoesNotUpdateIfSaveIsFalse()