Searched refs:NotificationControlsEvent (Results 1 – 3 of 3) sorted by relevance
22 enum NotificationControlsEvent implements UiEventLogger.UiEventEnum { enum34 NotificationControlsEvent(int id) { in NotificationControlsEvent() method in NotificationControlsEvent
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) {
907 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testBindNotification_LogsOpen()1052 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()1055 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()1124 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testSilenceCallsUpdateNotificationChannel()1126 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testSilenceCallsUpdateNotificationChannel()1477 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testCloseControlsDoesNotUpdateIfSaveIsFalse()