Searched refs:nonEmergency (Results 1 – 1 of 1) sorted by relevance
995 final NotificationChannel nonEmergency = new NotificationChannel( in createNotificationChannels() local999 nonEmergency.enableVibration(true); in createNotificationChannels()1018 nonEmergency.setImportance(NotificationManager.IMPORTANCE_HIGH); in createNotificationChannels()1019 nonEmergency.enableVibration(true); in createNotificationChannels()1020 nonEmergency.setVibrationPattern(new long[]{0}); in createNotificationChannels()1027 notificationManager.createNotificationChannel(nonEmergency); in createNotificationChannels()