Searched refs:emergencyAlertInVoiceCall (Results 1 – 1 of 1) sorted by relevance
1034 final NotificationChannel emergencyAlertInVoiceCall = new NotificationChannel( in createNotificationChannels() local1038 emergencyAlertInVoiceCall.enableVibration(true); in createNotificationChannels()1055 emergencyAlertInVoiceCall.setImportance(NotificationManager.IMPORTANCE_HIGH); in createNotificationChannels()1061 notificationManager.createNotificationChannel(emergencyAlertInVoiceCall); in createNotificationChannels()