Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java995 final NotificationChannel nonEmergency = new NotificationChannel( in createNotificationChannels() local
999 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()