Home
last modified time | relevance | path

Searched refs:REVIEW_NOTIF_STATE_USER_INTERACTED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsReceiverTest.java86 assertEquals(NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED, in testReceive_remindMeLater_firstTime()
111 assertEquals(NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED, in testReceive_remindMeLater_laterTimes()
156 assertEquals(NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED, in testReceive_notificationCanceled_firstSwipe()
180 assertEquals(NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED, in testReceive_notificationCanceled_secondSwipe()
DNotificationManagerServiceTest.java12987 NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED);
/frameworks/base/services/core/java/com/android/server/notification/
DReviewNotificationPermissionsReceiver.java90 NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED); in onReceive()
112 NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED); in onReceive()
118 NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED); in onReceive()
DNotificationManagerService.java516 static final int REVIEW_NOTIF_STATE_USER_INTERACTED = 1; field in NotificationManagerService