Lines Matching refs:notificationManager
727 final NotificationManager notificationManager = in addToNotificationBar() local
827 notificationManager.notify(NOTIFICATION_ID, builder.build()); in addToNotificationBar()
852 NotificationManager notificationManager = in createNotificationChannels() local
854 notificationManager.createNotificationChannel( in createNotificationChannels()
860 notificationManager.createNotificationChannel( in createNotificationChannels()
870 notificationManager.createNotificationChannel(nonEmergency); in createNotificationChannels()
877 notificationManager.createNotificationChannel(emergencyAlertInVoiceCall); in createNotificationChannels()
883 notificationManager.createNotificationChannel(settingsUpdate); in createNotificationChannels()
950 NotificationManager notificationManager = (NotificationManager) in playPendingAlert() local
955 notificationManager.getActiveNotifications(); in playPendingAlert()
958 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in playPendingAlert()