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
243 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN); in bindNotification()428 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE);527 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_CLOSE);685 private void logUiEvent(NotificationControlsEvent event) {
796 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testBindNotification_LogsOpen()936 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()939 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()1006 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testSilenceCallsUpdateNotificationChannel()1008 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testSilenceCallsUpdateNotificationChannel()1349 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testCloseControlsDoesNotUpdateIfSaveIsFalse()