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