Searched refs:notificationManagerCompat (Results 1 – 6 of 6) sorted by relevance
74 NotificationManagerCompat notificationManagerCompat = in handleActionDismiss() local76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionDismiss()103 NotificationManagerCompat notificationManagerCompat = in handleActionSnooze() local106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionSnooze()113 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
112 NotificationManagerCompat notificationManagerCompat = in handleActionComment() local114 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, updatedNotification); in handleActionComment()
123 NotificationManagerCompat notificationManagerCompat = in handleActionReply() local125 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionReply()
75 NotificationManagerCompat notificationManagerCompat = in handleActionDismiss() local77 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionDismiss()104 NotificationManagerCompat notificationManagerCompat = in handleActionSnooze() local107 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionSnooze()114 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
110 NotificationManagerCompat notificationManagerCompat = in handleActionComment() local112 notificationManagerCompat.notify( in handleActionComment()
121 NotificationManagerCompat notificationManagerCompat = in handleActionReply() local123 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionReply()