Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationControlsEvent.java24 NOTIFICATION_CONTROLS_OPEN(594), enumConstant
DNotificationInfo.java230 logUiEvent(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN); in bindNotification()
/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()
852 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testSilenceCallsUpdateNotificationChannel()
1117 assertEquals(NotificationControlsEvent.NOTIFICATION_CONTROLS_OPEN.getId(), in testCloseControlsDoesNotUpdateIfSaveIsFalse()