Searched refs:notificationManager (Results 1 – 3 of 3) sorted by relevance
38 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); in onReceive() local39 notificationManager.cancel(conversationId); in onReceive()
96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
261 final NotificationManager notificationManager = (NotificationManager) getSystemService( in showNotification() local299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification()); in showNotification()