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
250 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN); in bindNotification()433 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE);536 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_CLOSE);688 private void logUiEvent(NotificationControlsEvent event) {
786 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testBindNotification_LogsOpen()926 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()929 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()996 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testSilenceCallsUpdateNotificationChannel()998 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testSilenceCallsUpdateNotificationChannel()1301 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testCloseControlsDoesNotUpdateIfSaveIsFalse()