Home
last modified time | relevance | path

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

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java118 NotificationChannel smsChannel = new NotificationChannel(SMS_CHANNEL_ID, in sendServiceRunningNotification() local
121 smsChannel.setDescription(getString(R.string.sms_channel_description)); in sendServiceRunningNotification()
122 smsChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, attributes); in sendServiceRunningNotification()
123 notificationManager.createNotificationChannel(smsChannel); in sendServiceRunningNotification()