Searched refs:REVIEW_NOTIF_STATE_USER_INTERACTED (Results 1 – 4 of 4) sorted by relevance
86 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()
12987 NotificationManagerService.REVIEW_NOTIF_STATE_USER_INTERACTED);
90 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()
516 static final int REVIEW_NOTIF_STATE_USER_INTERACTED = 1; field in NotificationManagerService