Home
last modified time | relevance | path

Searched refs:emergencyAlertInVoiceCall (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java1034 final NotificationChannel emergencyAlertInVoiceCall = new NotificationChannel( in createNotificationChannels() local
1038 emergencyAlertInVoiceCall.enableVibration(true); in createNotificationChannels()
1055 emergencyAlertInVoiceCall.setImportance(NotificationManager.IMPORTANCE_HIGH); in createNotificationChannels()
1061 notificationManager.createNotificationChannel(emergencyAlertInVoiceCall); in createNotificationChannels()