Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java315 private final String mImportantChannelId; field in NotificationMsgDelegate.NotificationChannelWrapper
319 mImportantChannelId = generateNotificationChannelId(); in NotificationChannelWrapper()
320 setupImportantNotificationChannel(mImportantChannelId, appDisplayName); in NotificationChannelWrapper()
332 return mImportantChannelId; in getChannelId()