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.java713 final NotificationChannel emergencyAlertInVoiceCall = new NotificationChannel( in createNotificationChannels() local
717 emergencyAlertInVoiceCall.enableVibration(true); in createNotificationChannels()
718 notificationManager.createNotificationChannel(emergencyAlertInVoiceCall); in createNotificationChannels()