Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationControlsEvent.java28 NOTIFICATION_CONTROLS_SAVE_IMPORTANCE(595), enumConstant
H A DNotificationInfo.java448 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java1055 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged()
1126 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_SAVE_IMPORTANCE.getId(), in testSilenceCallsUpdateNotificationChannel()