Searched refs:highPriorityEmergency (Results 1 – 1 of 1) sorted by relevance
985 final NotificationChannel highPriorityEmergency = new NotificationChannel( in createNotificationChannels() local1008 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()