Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java985 final NotificationChannel highPriorityEmergency = new NotificationChannel( in createNotificationChannels() local
1008 highPriorityEmergency.setImportance(NotificationManager.IMPORTANCE_MAX); in createNotificationChannels()
1009 highPriorityEmergency.enableVibration(true); in createNotificationChannels()
1010 highPriorityEmergency.setVibrationPattern(new long[]{0}); in createNotificationChannels()
1011 highPriorityEmergency.setBypassDnd(true); in createNotificationChannels()
1025 notificationManager.createNotificationChannel(highPriorityEmergency); in createNotificationChannels()