Searched refs:notificationManager (Results 1 – 14 of 14) sorted by relevance
38 NotificationManager notificationManager = in onCreate() local41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
40 NotificationManager notificationManager = in onCreate() local43 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
38 NotificationManager notificationManager = in onCreate() local41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
40 NotificationManager notificationManager = in onCreate() local43 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
50 NotificationManagerCompat notificationManager = in onReceive() local58 notificationManager.notify(conversationId, repliedNotification); in onReceive()
58 NotificationManager notificationManager = context in onHandleIntent() local67 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
122 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(this); in showNotification() local123 notificationManager.notify(Constants.WEAR_NOTIFICATION_ID, notification); in showNotification()
112 NotificationManager notificationManager = in clearNotificationInternal() local114 notificationManager.cancel(Constants.WEAR_NOTIFICATION_ID); in clearNotificationInternal()
261 final NotificationManager notificationManager = (NotificationManager) getSystemService( in showNotification() local299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification()); in showNotification()