Searched refs:smsChannel (Results 1 – 1 of 1) sorted by relevance
129 NotificationChannel smsChannel = new NotificationChannel(SMS_CHANNEL_ID, in sendServiceRunningNotification() local132 smsChannel.setDescription(getString(R.string.sms_channel_description)); in sendServiceRunningNotification()133 smsChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, attributes); in sendServiceRunningNotification()134 notificationManager.createNotificationChannel(smsChannel); in sendServiceRunningNotification()